#A213A4

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

Shades of Dark Magenta #A213A4

Tints of Dark Magenta #A213A4

Color information

#A213A4 (or 0xA213A4) is unknown color: approx Dark Magenta. HEX triplet: A2, 13 and A4. RGB value is (162,19,164). Sum of RGB (Red+Green+Blue) = 162+19+164=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #A213A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A213A4 is #5DEC5B. Grayscale: #4D4D4D. Windows color (decimal): -6155356 or 10752930. OLE color: 10752930.

HSL color Cylindrical-coordinate representation of color #A213A4: hue angle of 299.17º 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 #A213A4 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16219164-
CMYK0.010.8800.36
HSL299.17º79.23%35.88%-
HSV(B)299.17º88.41%64.31%-
XYZ21.8310.8336.06-
YUV78.29176.38187.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 19 (7.81% from 255) = 5.51%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=46.96%
G=5.51%
B=47.54%

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
Decimal162191640.010.8800.36299.1779.2335.88
HexA213A415802412b4f24
Octal24223244113004445311744
Binary1010001010011101001001101100001001001001010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A213A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A213A4; }

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

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

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

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

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

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

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

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