#AC1566

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

Shades of Jazzberry Jam #AC1566

Tints of Jazzberry Jam #AC1566

Color information

#AC1566 (or 0xAC1566) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 15 and 66. RGB value is (172,21,102). Sum of RGB (Red+Green+Blue) = 172+21+102=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1566 is #53EA99. Grayscale: #4B4B4B. Windows color (decimal): -5499546 or 6690220. OLE color: 6690220.

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

Color convert

RGB17221102-
CMYK00.880.410.33
HSL327.81º78.24%37.84%-
HSV(B)327.81º87.79%67.45%-
XYZ19.6810.2713.51-
YUV75.38143.03196.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 21 (8.59% from 255) = 7.12%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=58.31%
G=7.12%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722110200.880.410.33327.8178.2437.84
HexAC156605829211484e26
Octal254251460130514151011646
Binary10101100101011100110010110001010011000011010010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1566; }

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

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

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

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

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

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

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

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