#A20EAA

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

Shades of Dark Magenta #A20EAA

Tints of Dark Magenta #A20EAA

Color information

#A20EAA (or 0xA20EAA) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and AA. RGB value is (162,14,170). Sum of RGB (Red+Green+Blue) = 162+14+170=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #A20EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EAA is #5DF155. Grayscale: #4B4B4B. Windows color (decimal): -6156630 or 11144866. OLE color: 11144866.

HSL color Cylindrical-coordinate representation of color #A20EAA: hue angle of 296.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EAA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16214170-
CMYK0.050.9200.33
HSL296.92º84.78%36.08%-
HSV(B)296.92º91.76%66.67%-
XYZ22.3110.938.96-
YUV76.04181.03189.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=46.82%
G=4.05%
B=49.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162141700.050.9200.33296.9284.7836.08
HexA2EAA55C0211295524
Octal24216252513404145112544
Binary10100010111010101010101101110001000011001010011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20EAA; }

 p { color: rgb(162,14,170); }

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

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

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

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

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

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

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