#A213A3

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

Shades of Dark Magenta #A213A3

Tints of Dark Magenta #A213A3

Color information

#A213A3 (or 0xA213A3) is unknown color: approx Dark Magenta. HEX triplet: A2, 13 and A3. RGB value is (162,19,163). Sum of RGB (Red+Green+Blue) = 162+19+163=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #A213A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A213A3 is #5DEC5C. Grayscale: #4D4D4D. Windows color (decimal): -6155357 or 10687394. OLE color: 10687394.

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

Color convert

RGB16219163-
CMYK0.010.8800.36
HSL299.58º79.12%35.69%-
HSV(B)299.58º88.34%63.92%-
XYZ21.7410.7935.59-
YUV78.17175.88187.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 19 (7.81% from 255) = 5.52%
BLUE value IS 163 (64.06% from 255) = 47.38%
R=47.09%
G=5.52%
B=47.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162191630.010.8800.36299.5879.1235.69
HexA213A315802412c4f24
Octal24223243113004445411744
Binary1010001010011101000111101100001001001001011001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A213A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A213A3; }

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

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

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

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

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

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

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

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