Html Css Color HEX #A21EA1 Dark Magenta

📋 copy color: '#A21EA1'

red 162 ◦ green 30 ◦ blue 161

#A21EA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A21EA1

Tints of Dark Magenta #A21EA1

RGB

 RED value IS 162 (63.67% from 255) = 45.89%

 GREEN value IS 30 (12.11% from 255) = 8.5%

 BLUE value IS 161 (63.28% from 255) = 45.61%

R = 45.89%
G = 8.5%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A21EA1 (or 0xA21EA1) is known color: Dark Magenta. HEX triplet: A2, 1E and A1. RGB value is (162,30,161). Sum of RGB (Red+Green+Blue) = 162+30+161=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A21EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EA1 is #5DE15E. Grayscale: #545454. Windows color (decimal): -6152543 or 10559138. OLE color: 10559138.

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

Color convert

RGB 162 30 161 -
CMYK 0 0.81 0.01 0.36
HSL 300.45º 0.69% 0.38% -
HSV(B) 300.45º 0.81% 0.64% -
XYZ 21.8 11.18 34.73 -
YUV 84.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 162 30 161 0 0.81 0.01 0.36 300.45 0.69 0.38
Hex A2 1E A1 0 51 1 24 12C 45 26
Octal 242 36 241 0 121 1 44 454 105 46
Binary 10100010 11110 10100001 0 1010001 1 100100 100101100 1000101 100110

Color Harmonies of #A21EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EA1

Black with #A21EA1

Text Example


Text Example

White with #A21EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EA1; }

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

 H1.HeaderClassName
 {
   color: #A21EA1;
 }
 .AnyTagClassName
 {
   color: #A21EA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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