#AC0B6E

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

Shades of Jazzberry Jam #AC0B6E

Tints of Jazzberry Jam #AC0B6E

Color information

#AC0B6E (or 0xAC0B6E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0B and 6E. RGB value is (172,11,110). Sum of RGB (Red+Green+Blue) = 172+11+110=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B6E is #53F491. Grayscale: #464646. Windows color (decimal): -5502098 or 7211948. OLE color: 7211948.

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

Color convert

RGB17211110-
CMYK00.940.360.33
HSL323.11º87.98%35.88%-
HSV(B)323.11º93.6%67.45%-
XYZ19.9510.1415.66-
YUV70.42150.34200.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=58.70%
G=3.75%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721111000.940.360.33323.1187.9835.88
HexACB6E05E24211435824
Octal254131560136444150313044
Binary1010110010111101110010111101001001000011010000111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B6E; }

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

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

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

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

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

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

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

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