#A21EA8

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

Shades of Dark Magenta #A21EA8

Tints of Dark Magenta #A21EA8

Color information

#A21EA8 (or 0xA21EA8) is unknown color: approx Dark Magenta. HEX triplet: A2, 1E and A8. RGB value is (162,30,168). Sum of RGB (Red+Green+Blue) = 162+30+168=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 168 - color contains mainly: blue. Hex color #A21EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EA8 is #5DE157. Grayscale: #545454. Windows color (decimal): -6152536 or 11017890. OLE color: 11017890.

HSL color Cylindrical-coordinate representation of color #A21EA8: hue angle of 297.39º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21EA8 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16230168-
CMYK0.040.8200.34
HSL297.39º69.7%38.82%-
HSV(B)297.39º82.14%65.88%-
XYZ22.4311.4438.07-
YUV85.2174.73182.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 168 (66.02% from 255) = 46.67%
R=45%
G=8.33%
B=46.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162301680.040.8200.34297.3969.738.82
HexA21EA84520221294627
Octal24236250412204245110647
Binary101000101111010101000100101001001000101001010011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21EA8; }

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

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

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

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

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

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

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

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