#AC0A8B

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

Shades of Medium Violet Red #AC0A8B

Tints of Medium Violet Red #AC0A8B

Color information

#AC0A8B (or 0xAC0A8B) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0A and 8B. RGB value is (172,10,139). Sum of RGB (Red+Green+Blue) = 172+10+139=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A8B is #53F574. Grayscale: #484848. Windows color (decimal): -5502325 or 9112236. OLE color: 9112236.

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

Color convert

RGB17210139-
CMYK00.940.190.33
HSL312.22º89.01%35.69%-
HSV(B)312.22º94.19%67.45%-
XYZ21.7810.8525.37-
YUV73.14165.17198.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 10 (4.30% from 255) = 3.12%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=53.58%
G=3.12%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721013900.940.190.33312.2289.0135.69
HexACA8B05E13211385924
Octal254122130136234147013144
Binary1010110010101000101101011110100111000011001110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A8B; }

 p { color: rgb(172,10,139); }

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

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

 a { background-color: rgb(172,10,139); }

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

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

 span { border-color: rgb(172,10,139); }

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