#A20BA2

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

Shades of Dark Magenta #A20BA2

Tints of Dark Magenta #A20BA2

Color information

#A20BA2 (or 0xA20BA2) is unknown color: approx Dark Magenta. HEX triplet: A2, 0B and A2. RGB value is (162,11,162). Sum of RGB (Red+Green+Blue) = 162+11+162=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A20BA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20BA2 is #5DF45D. Grayscale: #484848. Windows color (decimal): -6157406 or 10619810. OLE color: 10619810.

HSL color Cylindrical-coordinate representation of color #A20BA2: hue angle of 300º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20BA2 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16211162-
CMYK00.9300.36
HSL300º87.28%33.92%-
HSV(B)300º93.21%63.53%-
XYZ21.5410.5335.08-
YUV73.36178.03191.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 162 (63.67% from 255) = 48.36%
R=48.36%
G=3.28%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621116200.9300.3630087.2833.92
HexA2BA205D02412c5722
Octal24213242013504445412742
Binary101000101011101000100101110101001001001011001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20BA2; }

 p { color: rgb(162,11,162); }

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

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

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

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

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

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

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