#AE1A6C

Color #AE1A6C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AE1A6C

Tints of Jazzberry Jam #AE1A6C

Color information

#AE1A6C (or 0xAE1A6C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1A and 6C. RGB value is (174,26,108). Sum of RGB (Red+Green+Blue) = 174+26+108=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A6C is #51E593. Grayscale: #4F4F4F. Windows color (decimal): -5367188 or 7084718. OLE color: 7084718.

HSL color Cylindrical-coordinate representation of color #AE1A6C: hue angle of 326.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A6C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17426108-
CMYK00.850.380.32
HSL326.76º74%39.22%-
HSV(B)326.76º85.06%68.24%-
XYZ20.5310.8215.19-
YUV79.6144.03195.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 26 (10.55% from 255) = 8.44%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=56.49%
G=8.44%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742610800.850.380.32326.767439.22
HexAE1A6C05526201474a27
Octal256321540125464050711247
Binary10101110110101101100010101011001101000001010001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A6C; }

 p { color: rgb(174,26,108); }

 H1.HeaderClassName
 {
   color: #AE1A6C;
 }
 .AnyTagClassName
 {
   color: #AE1A6C;
 }
</style>
background-color css

<style>
 a { background-color: #AE1A6C; }

 a { background-color: rgb(174,26,108); }

 div.DivClassName
 {
   background-color: #AE1A6C;
 }
 .BgClassName
 {
   background-color: #AE1A6C;
 }
</style>
border-color css

<style>
 span { border-color: #AE1A6C; }

 span { border-color: rgb(174,26,108); }

 td.TdClassName
 {
   border-color: #AE1A6C;
 }
 .TagClassName
 {
   border-color: #AE1A6C;
 }
</style>