#AC0B51

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

Shades of Jazzberry Jam #AC0B51

Tints of Jazzberry Jam #AC0B51

Color information

#AC0B51 (or 0xAC0B51) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0B and 51. RGB value is (172,11,81). Sum of RGB (Red+Green+Blue) = 172+11+81=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B51 is #53F4AE. Grayscale: #434343. Windows color (decimal): -5502127 or 5311404. OLE color: 5311404.

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

Color convert

RGB1721181-
CMYK00.940.530.33
HSL333.91º87.98%35.88%-
HSV(B)333.91º93.6%67.45%-
XYZ18.629.68.66-
YUV67.12135.84202.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.15%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=65.15%
G=4.17%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172118100.940.530.33333.9187.9835.88
HexACB5105E352114e5824
Octal254131210136654151613044
Binary1010110010111010001010111101101011000011010011101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B51; }

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

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

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

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

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

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

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

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