#AC0A84

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

Shades of Medium Violet Red #AC0A84

Tints of Medium Violet Red #AC0A84

Color information

#AC0A84 (or 0xAC0A84) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0A and 84. RGB value is (172,10,132). Sum of RGB (Red+Green+Blue) = 172+10+132=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A84 is #53F57B. Grayscale: #484848. Windows color (decimal): -5502332 or 8653484. OLE color: 8653484.

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

Color convert

RGB17210132-
CMYK00.940.230.33
HSL314.81º89.01%35.69%-
HSV(B)314.81º94.19%67.45%-
XYZ21.2910.6522.76-
YUV72.35161.67199.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.78%
GREEN value IS 10 (4.30% from 255) = 3.18%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=54.78%
G=3.18%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721013200.940.230.33314.8189.0135.69
HexACA8405E172113b5924
Octal254122040136274147313144
Binary1010110010101000010001011110101111000011001110111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A84; }

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

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

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

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

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

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

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

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