#AE0872

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

Shades of Jazzberry Jam #AE0872

Tints of Jazzberry Jam #AE0872

Color information

#AE0872 (or 0xAE0872) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 08 and 72. RGB value is (174,8,114). Sum of RGB (Red+Green+Blue) = 174+8+114=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0872 is #51F78D. Grayscale: #454545. Windows color (decimal): -5371790 or 7473326. OLE color: 7473326.

HSL color Cylindrical-coordinate representation of color #AE0872: hue angle of 321.69º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0872 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB1748114-
CMYK00.950.340.32
HSL321.69º91.21%35.69%-
HSV(B)321.69º95.4%68.24%-
XYZ20.5810.3916.84-
YUV69.72153202.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 8 (3.52% from 255) = 2.70%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=58.78%
G=2.70%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174811400.950.340.32321.6991.2135.69
HexAE87205F22201425b24
Octal256101620137424050213344
Binary1010111010001110010010111111000101000001010000101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0872; }

 p { color: rgb(174,8,114); }

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

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

 a { background-color: rgb(174,8,114); }

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

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

 span { border-color: rgb(174,8,114); }

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