#AC0A83

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

Shades of Medium Violet Red #AC0A83

Tints of Medium Violet Red #AC0A83

Color information

#AC0A83 (or 0xAC0A83) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0A and 83. RGB value is (172,10,131). Sum of RGB (Red+Green+Blue) = 172+10+131=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A83 is #53F57C. Grayscale: #474747. Windows color (decimal): -5502333 or 8587948. OLE color: 8587948.

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

Color convert

RGB17210131-
CMYK00.940.240.33
HSL315.19º89.01%35.69%-
HSV(B)315.19º94.19%67.45%-
XYZ21.2210.6322.41-
YUV72.23161.17199.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 10 (4.30% from 255) = 3.19%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=54.95%
G=3.19%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721013100.940.240.33315.1989.0135.69
HexACA8305E182113b5924
Octal254122030136304147313144
Binary1010110010101000001101011110110001000011001110111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A83; }

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

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

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

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

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

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

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

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