#AC056C

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

Shades of Jazzberry Jam #AC056C

Tints of Jazzberry Jam #AC056C

Color information

#AC056C (or 0xAC056C) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 05 and 6C. RGB value is (172,5,108). Sum of RGB (Red+Green+Blue) = 172+5+108=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC056C is #53FA93. Grayscale: #424242. Windows color (decimal): -5503636 or 7079340. OLE color: 7079340.

HSL color Cylindrical-coordinate representation of color #AC056C: hue angle of 322.99º 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 #AC056C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB1725108-
CMYK00.970.370.33
HSL322.99º94.35%34.71%-
HSV(B)322.99º97.09%67.45%-
XYZ19.779.9615.07-
YUV66.68151.33203.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=60.35%
G=1.75%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172510800.970.370.33322.9994.3534.71
HexAC56C06125211435e23
Octal25451540141454150313643
Binary101011001011101100011000011001011000011010000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC056C; }

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

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

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

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

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

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

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

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