#AC0D70

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

Shades of Jazzberry Jam #AC0D70

Tints of Jazzberry Jam #AC0D70

Color information

#AC0D70 (or 0xAC0D70) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0D and 70. RGB value is (172,13,112). Sum of RGB (Red+Green+Blue) = 172+13+112=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D70 is #53F28F. Grayscale: #474747. Windows color (decimal): -5501584 or 7343532. OLE color: 7343532.

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

Color convert

RGB17213112-
CMYK00.920.350.33
HSL322.64º85.95%36.27%-
HSV(B)322.64º92.44%67.45%-
XYZ20.0810.2316.25-
YUV71.83150.68199.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.91%
GREEN value IS 13 (5.47% from 255) = 4.38%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=57.91%
G=4.38%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721311200.920.350.33322.6485.9536.27
HexACD7005C23211435624
Octal254151600134434150312644
Binary1010110011011110000010111001000111000011010000111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D70; }

 p { color: rgb(172,13,112); }

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

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

 a { background-color: rgb(172,13,112); }

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

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

 span { border-color: rgb(172,13,112); }

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