#AC0B89

Color #AC0B89 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AC0B89

Tints of Medium Violet Red #AC0B89

Color information

#AC0B89 (or 0xAC0B89) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0B and 89. RGB value is (172,11,137). Sum of RGB (Red+Green+Blue) = 172+11+137=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B89 is #53F476. Grayscale: #494949. Windows color (decimal): -5502071 or 8981420. OLE color: 8981420.

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

Color convert

RGB17211137-
CMYK00.940.200.33
HSL313.04º87.98%35.88%-
HSV(B)313.04º93.6%67.45%-
XYZ21.6510.8224.61-
YUV73.5163.84198.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.75%
GREEN value IS 11 (4.69% from 255) = 3.44%
BLUE value IS 137 (53.91% from 255) = 42.81%
R=53.75%
G=3.44%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721113700.940.200.33313.0487.9835.88
HexACB8905E14211395824
Octal254132110136244147113044
Binary1010110010111000100101011110101001000011001110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B89; }

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

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

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

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

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

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

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

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