Html Css Color HEX #A21EA2 Dark Magenta

📋 copy color: '#A21EA2'

red 162 ◦ green 30 ◦ blue 162

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

Shades of Dark Magenta #A21EA2

Tints of Dark Magenta #A21EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 45.76%
G = 8.47%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A21EA2 (or 0xA21EA2) is known color: Dark Magenta. HEX triplet: A2, 1E and A2. RGB value is (162,30,162). Sum of RGB (Red+Green+Blue) = 162+30+162=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A21EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EA2 is #5DE15D. Grayscale: #545454. Windows color (decimal): -6152542 or 10624674. OLE color: 10624674.

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

Color convert

RGB 162 30 162 -
CMYK 0 0.81 0 0.36
HSL 300º 0.69% 0.38% -
HSV(B) 300º 0.81% 0.64% -
XYZ 21.89 11.22 35.19 -
YUV 84.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 162 30 162 0 0.81 0 0.36 300 0.69 0.38
Hex A2 1E A2 0 51 0 24 12C 45 26
Octal 242 36 242 0 121 0 44 454 105 46
Binary 10100010 11110 10100010 0 1010001 0 100100 100101100 1000101 100110

Color Harmonies of #A21EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EA2

Black with #A21EA2

Text Example


Text Example

White with #A21EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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