#A81984

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

Shades of Medium Violet Red #A81984

Tints of Medium Violet Red #A81984

Color information

#A81984 (or 0xA81984) is unknown color: approx Medium Violet Red. HEX triplet: A8, 19 and 84. RGB value is (168,25,132). Sum of RGB (Red+Green+Blue) = 168+25+132=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A81984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81984 is #57E67B. Grayscale: #4F4F4F. Windows color (decimal): -5760636 or 8657320. OLE color: 8657320.

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

Color convert

RGB16825132-
CMYK00.850.210.34
HSL315.1º74.09%37.84%-
HSV(B)315.1º85.12%65.88%-
XYZ20.6610.6922.8-
YUV79.96157.38190.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.69%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=51.69%
G=7.69%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682513200.850.210.34315.174.0937.84
HexA81984055152213b4a26
Octal250312040125254247311246
Binary10101000110011000010001010101101011000101001110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81984; }

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

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

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

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

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

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

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

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