#AC0A82

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

Shades of Medium Violet Red #AC0A82

Tints of Medium Violet Red #AC0A82

Color information

#AC0A82 (or 0xAC0A82) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0A and 82. RGB value is (172,10,130). Sum of RGB (Red+Green+Blue) = 172+10+130=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A82 is #53F57D. Grayscale: #474747. Windows color (decimal): -5502334 or 8522412. OLE color: 8522412.

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

Color convert

RGB17210130-
CMYK00.940.240.33
HSL315.56º89.01%35.69%-
HSV(B)315.56º94.19%67.45%-
XYZ21.1510.622.05-
YUV72.12160.67199.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.13%
GREEN value IS 10 (4.30% from 255) = 3.21%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=55.13%
G=3.21%
B=41.67%

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
Decimal1721013000.940.240.33315.5689.0135.69
HexACA8205E182113c5924
Octal254122020136304147413144
Binary1010110010101000001001011110110001000011001111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A82; }

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

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

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

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

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

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

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

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