#AC0F6E

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

Shades of Jazzberry Jam #AC0F6E

Tints of Jazzberry Jam #AC0F6E

Color information

#AC0F6E (or 0xAC0F6E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0F and 6E. RGB value is (172,15,110). Sum of RGB (Red+Green+Blue) = 172+15+110=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F6E is #53F091. Grayscale: #484848. Windows color (decimal): -5501074 or 7212972. OLE color: 7212972.

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

Color convert

RGB17215110-
CMYK00.910.360.33
HSL323.69º83.96%36.67%-
HSV(B)323.69º91.28%67.45%-
XYZ2010.2415.67-
YUV72.77149.01198.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.91%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=57.91%
G=5.05%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721511000.910.360.33323.6983.9636.67
HexACF6E05B24211445425
Octal254171560133444150412445
Binary1010110011111101110010110111001001000011010001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F6E; }

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

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

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

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

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

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

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

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