#AC0E77

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

Shades of Jazzberry Jam #AC0E77

Tints of Jazzberry Jam #AC0E77

Color information

#AC0E77 (or 0xAC0E77) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0E and 77. RGB value is (172,14,119). Sum of RGB (Red+Green+Blue) = 172+14+119=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E77 is #53F188. Grayscale: #484848. Windows color (decimal): -5501321 or 7802540. OLE color: 7802540.

HSL color Cylindrical-coordinate representation of color #AC0E77: hue angle of 320.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E77 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17214119-
CMYK00.920.310.33
HSL320.13º84.95%36.47%-
HSV(B)320.13º91.86%67.45%-
XYZ20.510.4218.38-
YUV73.21153.85198.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 14 (5.86% from 255) = 4.59%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=56.39%
G=4.59%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721411900.920.310.33320.1384.9536.47
HexACE7705C1F211405524
Octal254161670134374150012544
Binary101011001110111011101011100111111000011010000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0E77; }

 p { color: rgb(172,14,119); }

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

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

 a { background-color: rgb(172,14,119); }

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

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

 span { border-color: rgb(172,14,119); }

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