#AC0C74

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

Shades of Jazzberry Jam #AC0C74

Tints of Jazzberry Jam #AC0C74

Color information

#AC0C74 (or 0xAC0C74) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0C and 74. RGB value is (172,12,116). Sum of RGB (Red+Green+Blue) = 172+12+116=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C74 is #53F38B. Grayscale: #474747. Windows color (decimal): -5501836 or 7605420. OLE color: 7605420.

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

Color convert

RGB17212116-
CMYK00.930.330.33
HSL321º86.96%36.08%-
HSV(B)321º93.02%67.45%-
XYZ20.310.2917.44-
YUV71.7153.01199.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=57.33%
G=4%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721211600.930.330.3332186.9636.08
HexACC7405D21211415724
Octal254141640135414150112744
Binary1010110011001110100010111011000011000011010000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C74; }

 p { color: rgb(172,12,116); }

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

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

 a { background-color: rgb(172,12,116); }

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

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

 span { border-color: rgb(172,12,116); }

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