#AE1866

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

Shades of Jazzberry Jam #AE1866

Tints of Jazzberry Jam #AE1866

Color information

#AE1866 (or 0xAE1866) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 18 and 66. RGB value is (174,24,102). Sum of RGB (Red+Green+Blue) = 174+24+102=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1866 is #51E799. Grayscale: #4D4D4D. Windows color (decimal): -5367706 or 6690990. OLE color: 6690990.

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

Color convert

RGB17424102-
CMYK00.860.410.32
HSL328.8º75.76%38.82%-
HSV(B)328.8º86.21%68.24%-
XYZ20.1810.6113.55-
YUV77.74141.7196.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 102 (40.23% from 255) = 34%
R=58%
G=8%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742410200.860.410.32328.875.7638.82
HexAE186605629201494c27
Octal256301460126514051111447
Binary10101110110001100110010101101010011000001010010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1866; }

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

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

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

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

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

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

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

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