#AC1C66

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

Shades of Jazzberry Jam #AC1C66

Tints of Jazzberry Jam #AC1C66

Color information

#AC1C66 (or 0xAC1C66) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1C and 66. RGB value is (172,28,102). Sum of RGB (Red+Green+Blue) = 172+28+102=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C66 is #53E399. Grayscale: #4F4F4F. Windows color (decimal): -5497754 or 6692012. OLE color: 6692012.

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

Color convert

RGB17228102-
CMYK00.840.410.33
HSL329.17º72%39.22%-
HSV(B)329.17º83.72%67.45%-
XYZ19.8310.5613.56-
YUV79.49140.71193.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=56.95%
G=9.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722810200.840.410.33329.177239.22
HexAC1C6605429211494827
Octal254341460124514151111047
Binary10101100111001100110010101001010011000011010010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1C66; }

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

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

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

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

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

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

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

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