#AC0D6B

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

Shades of Jazzberry Jam #AC0D6B

Tints of Jazzberry Jam #AC0D6B

Color information

#AC0D6B (or 0xAC0D6B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0D and 6B. RGB value is (172,13,107). Sum of RGB (Red+Green+Blue) = 172+13+107=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D6B is #53F294. Grayscale: #474747. Windows color (decimal): -5501589 or 7015852. OLE color: 7015852.

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

Color convert

RGB17213107-
CMYK00.920.380.33
HSL324.53º85.95%36.27%-
HSV(B)324.53º92.44%67.45%-
XYZ19.8110.1214.82-
YUV71.26148.18199.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.90%
GREEN value IS 13 (5.47% from 255) = 4.45%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=58.90%
G=4.45%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721310700.920.380.33324.5385.9536.27
HexACD6B05C26211455624
Octal254151530134464150512644
Binary1010110011011101011010111001001101000011010001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D6B; }

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

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

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

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

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

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

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

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