#A21EA5

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

Shades of Dark Magenta #A21EA5

Tints of Dark Magenta #A21EA5

Color information

#A21EA5 (or 0xA21EA5) is unknown color: approx Dark Magenta. HEX triplet: A2, 1E and A5. RGB value is (162,30,165). Sum of RGB (Red+Green+Blue) = 162+30+165=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #A21EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EA5 is #5DE15A. Grayscale: #545454. Windows color (decimal): -6152539 or 10821282. OLE color: 10821282.

HSL color Cylindrical-coordinate representation of color #A21EA5: hue angle of 298.67º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21EA5 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16230165-
CMYK0.020.8200.35
HSL298.67º69.23%38.24%-
HSV(B)298.67º81.82%64.71%-
XYZ22.1611.3336.62-
YUV84.86173.23183.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 30 (12.11% from 255) = 8.40%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=45.38%
G=8.40%
B=46.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162301650.020.8200.35298.6769.2338.24
HexA21EA525202312b4526
Octal24236245212204345310546
Binary10100010111101010010110101001001000111001010111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21EA5; }

 p { color: rgb(162,30,165); }

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

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

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

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

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

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

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