#AC055C

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

Shades of Jazzberry Jam #AC055C

Tints of Jazzberry Jam #AC055C

Color information

#AC055C (or 0xAC055C) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 05 and 5C. RGB value is (172,5,92). Sum of RGB (Red+Green+Blue) = 172+5+92=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC055C is #53FAA3. Grayscale: #404040. Windows color (decimal): -5503652 or 6030764. OLE color: 6030764.

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

Color convert

RGB172592-
CMYK00.970.470.33
HSL328.74º94.35%34.71%-
HSV(B)328.74º97.09%67.45%-
XYZ199.6510.99-
YUV64.85143.33204.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=63.94%
G=1.86%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17259200.970.470.33328.7494.3534.71
HexAC55C0612F211495e23
Octal25451340141574151113643
Binary101011001011011100011000011011111000011010010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC055C; }

 p { color: rgb(172,5,92); }

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

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

 a { background-color: rgb(172,5,92); }

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

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

 span { border-color: rgb(172,5,92); }

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