#AC0F70

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

Shades of Jazzberry Jam #AC0F70

Tints of Jazzberry Jam #AC0F70

Color information

#AC0F70 (or 0xAC0F70) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0F and 70. RGB value is (172,15,112). Sum of RGB (Red+Green+Blue) = 172+15+112=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F70 is #53F08F. Grayscale: #484848. Windows color (decimal): -5501072 or 7344044. OLE color: 7344044.

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

Color convert

RGB17215112-
CMYK00.910.350.33
HSL322.93º83.96%36.67%-
HSV(B)322.93º91.28%67.45%-
XYZ20.1110.2816.25-
YUV73150.01198.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.53%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=57.53%
G=5.02%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721511200.910.350.33322.9383.9636.67
HexACF7005B23211435425
Octal254171600133434150312445
Binary1010110011111110000010110111000111000011010000111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F70; }

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

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

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

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

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

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

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

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