#A80984

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

Shades of Medium Violet Red #A80984

Tints of Medium Violet Red #A80984

Color information

#A80984 (or 0xA80984) is unknown color: approx Medium Violet Red. HEX triplet: A8, 09 and 84. RGB value is (168,9,132). Sum of RGB (Red+Green+Blue) = 168+9+132=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A80984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80984 is #57F67B. Grayscale: #464646. Windows color (decimal): -5764732 or 8653224. OLE color: 8653224.

HSL color Cylindrical-coordinate representation of color #A80984: hue angle of 313.58º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80984 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB1689132-
CMYK00.950.210.34
HSL313.58º89.83%34.71%-
HSV(B)313.58º94.64%65.88%-
XYZ20.4110.1922.72-
YUV70.56162.68197.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 9 (3.91% from 255) = 2.91%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=54.37%
G=2.91%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168913200.950.210.34313.5889.8334.71
HexA898405F152213a5a23
Octal250112040137254247213243
Binary1010100010011000010001011111101011000101001110101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80984; }

 p { color: rgb(168,9,132); }

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

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

 a { background-color: rgb(168,9,132); }

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

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

 span { border-color: rgb(168,9,132); }

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