#A213AA

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

Shades of Dark Magenta #A213AA

Tints of Dark Magenta #A213AA

Color information

#A213AA (or 0xA213AA) is unknown color: approx Dark Magenta. HEX triplet: A2, 13 and AA. RGB value is (162,19,170). Sum of RGB (Red+Green+Blue) = 162+19+170=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A213AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A213AA is #5DEC55. Grayscale: #4E4E4E. Windows color (decimal): -6155350 or 11146146. OLE color: 11146146.

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

Color convert

RGB16219170-
CMYK0.050.8900.33
HSL296.82º79.89%37.06%-
HSV(B)296.82º88.82%66.67%-
XYZ22.3911.0538.98-
YUV78.97179.38187.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 19 (7.81% from 255) = 5.41%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=46.15%
G=5.41%
B=48.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162191700.050.8900.33296.8279.8937.06
HexA213AA5590211295025
Octal24223252513104145112045
Binary101000101001110101010101101100101000011001010011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A213AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A213AA; }

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

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

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

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

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

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

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

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