#A61E82

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

Shades of Medium Red Violet #A61E82

Tints of Medium Red Violet #A61E82

Color information

#A61E82 (or 0xA61E82) is unknown color: approx Medium Red Violet. HEX triplet: A6, 1E and 82. RGB value is (166,30,130). Sum of RGB (Red+Green+Blue) = 166+30+130=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E82 is #59E17D. Grayscale: #515151. Windows color (decimal): -5890430 or 8527526. OLE color: 8527526.

HSL color Cylindrical-coordinate representation of color #A61E82: hue angle of 315.88º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E82 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16630130-
CMYK00.820.220.35
HSL315.88º69.39%38.43%-
HSV(B)315.88º81.93%65.1%-
XYZ20.2210.6522.11-
YUV82.06155.06187.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 30 (12.11% from 255) = 9.20%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=50.92%
G=9.20%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663013000.820.220.35315.8869.3938.43
HexA61E82052162313c4526
Octal246362020122264347410546
Binary10100110111101000001001010010101101000111001111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61E82; }

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

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

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

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

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

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

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

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