#AC0A74

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

Shades of Jazzberry Jam #AC0A74

Tints of Jazzberry Jam #AC0A74

Color information

#AC0A74 (or 0xAC0A74) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0A and 74. RGB value is (172,10,116). Sum of RGB (Red+Green+Blue) = 172+10+116=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A74 is #53F58B. Grayscale: #464646. Windows color (decimal): -5502348 or 7604908. OLE color: 7604908.

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

Color convert

RGB17210116-
CMYK00.940.330.33
HSL320.74º89.01%35.69%-
HSV(B)320.74º94.19%67.45%-
XYZ20.2710.2517.43-
YUV70.52153.67200.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 10 (4.30% from 255) = 3.36%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=57.72%
G=3.36%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721011600.940.330.33320.7489.0135.69
HexACA7405E21211415924
Octal254121640136414150113144
Binary1010110010101110100010111101000011000011010000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A74; }

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

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

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

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

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

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

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

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