#AE1A66

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

Shades of Jazzberry Jam #AE1A66

Tints of Jazzberry Jam #AE1A66

Color information

#AE1A66 (or 0xAE1A66) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1A and 66. RGB value is (174,26,102). Sum of RGB (Red+Green+Blue) = 174+26+102=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A66 is #51E599. Grayscale: #4E4E4E. Windows color (decimal): -5367194 or 6691502. OLE color: 6691502.

HSL color Cylindrical-coordinate representation of color #AE1A66: hue angle of 329.19º 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 #AE1A66 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17426102-
CMYK00.850.410.32
HSL329.19º74%39.22%-
HSV(B)329.19º85.06%68.24%-
XYZ20.2210.713.57-
YUV78.92141.03195.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=57.62%
G=8.61%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742610200.850.410.32329.197439.22
HexAE1A6605529201494a27
Octal256321460125514051111247
Binary10101110110101100110010101011010011000001010010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A66; }

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

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

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

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

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

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

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

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