#AC2066

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

Shades of Jazzberry Jam #AC2066

Tints of Jazzberry Jam #AC2066

Color information

#AC2066 (or 0xAC2066) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 20 and 66. RGB value is (172,32,102). Sum of RGB (Red+Green+Blue) = 172+32+102=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2066 is #53DF99. Grayscale: #515151. Windows color (decimal): -5496730 or 6693036. OLE color: 6693036.

HSL color Cylindrical-coordinate representation of color #AC2066: hue angle of 330º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2066 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17232102-
CMYK00.810.410.33
HSL330º68.63%40%-
HSV(B)330º81.4%67.45%-
XYZ19.9310.7613.6-
YUV81.84139.38192.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.21%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=56.21%
G=10.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723210200.810.410.3333068.6340
HexAC2066051292114a4528
Octal254401460121514151210550
Binary101011001000001100110010100011010011000011010010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2066; }

 p { color: rgb(172,32,102); }

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

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

 a { background-color: rgb(172,32,102); }

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

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

 span { border-color: rgb(172,32,102); }

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