#AC0F6B

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

Shades of Jazzberry Jam #AC0F6B

Tints of Jazzberry Jam #AC0F6B

Color information

#AC0F6B (or 0xAC0F6B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0F and 6B. RGB value is (172,15,107). Sum of RGB (Red+Green+Blue) = 172+15+107=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F6B is #53F094. Grayscale: #484848. Windows color (decimal): -5501077 or 7016364. OLE color: 7016364.

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

Color convert

RGB17215107-
CMYK00.910.380.33
HSL324.84º83.96%36.67%-
HSV(B)324.84º91.28%67.45%-
XYZ19.8410.1714.83-
YUV72.43147.51199.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.50%
GREEN value IS 15 (6.25% from 255) = 5.10%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=58.50%
G=5.10%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721510700.910.380.33324.8483.9636.67
HexACF6B05B26211455425
Octal254171530133464150512445
Binary1010110011111101011010110111001101000011010001011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F6B; }

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

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

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

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

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

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

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

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