#a20aa6

Color #A20AA6 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A20AA6

Tints of Dark Magenta #A20AA6

Color information

#A20AA6 (or 0xA20AA6) is unknown color: approx Dark Magenta. HEX triplet: A2, 0A and A6. RGB value is (162,10,166). Sum of RGB (Red+Green+Blue) = 162+10+166=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #A20AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20AA6 is #5DF559. Grayscale: #484848. Windows color (decimal): -6157658 or 10881698. OLE color: 10881698.

HSL color Cylindrical-coordinate representation of color #A20AA6: hue angle of 298.46º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20AA6 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16210166-
CMYK0.020.9400.35
HSL298.46º88.64%34.51%-
HSV(B)298.46º93.98%65.1%-
XYZ21.8910.6536.98-
YUV73.23180.36191.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 10 (4.30% from 255) = 2.96%
BLUE value IS 166 (65.23% from 255) = 49.11%
R=47.93%
G=2.96%
B=49.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162101660.020.9400.35298.4688.6434.51
HexA2AA625E02312a5923
Octal24212246213604345213143
Binary1010001010101010011010101111001000111001010101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a20aa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a20aa6; }

 p { color: rgb(162,10,166); }

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

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

 a { background-color: rgb(162,10,166); }

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

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

 span { border-color: rgb(162,10,166); }

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