#A81E82

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

Shades of Medium Red Violet #A81E82

Tints of Medium Red Violet #A81E82

Color information

#A81E82 (or 0xA81E82) is unknown color: approx Medium Red Violet. HEX triplet: A8, 1E and 82. RGB value is (168,30,130). Sum of RGB (Red+Green+Blue) = 168+30+130=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81E82 is #57E17D. Grayscale: #525252. Windows color (decimal): -5759358 or 8527528. OLE color: 8527528.

HSL color Cylindrical-coordinate representation of color #A81E82: hue angle of 316.52º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81E82 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB16830130-
CMYK00.820.230.34
HSL316.52º69.7%38.82%-
HSV(B)316.52º82.14%65.88%-
XYZ20.6410.8722.13-
YUV82.66154.72188.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=51.22%
G=9.15%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683013000.820.230.34316.5269.738.82
HexA81E82052172213d4627
Octal250362020122274247510647
Binary10101000111101000001001010010101111000101001111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81E82; }

 p { color: rgb(168,30,130); }

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

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

 a { background-color: rgb(168,30,130); }

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

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

 span { border-color: rgb(168,30,130); }

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