Html Css Color HEX #A21E9A Dark Magenta

📋 copy color: '#A21E9A'

red 162 ◦ green 30 ◦ blue 154

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

Shades of Dark Magenta #A21E9A

Tints of Dark Magenta #A21E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 46.82%
G = 8.67%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A21E9A (or 0xA21E9A) is known color: Dark Magenta. HEX triplet: A2, 1E and 9A. RGB value is (162,30,154). Sum of RGB (Red+Green+Blue) = 162+30+154=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E9A is #5DE165. Grayscale: #535353. Windows color (decimal): -6152550 or 10100386. OLE color: 10100386.

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

Color convert

RGB 162 30 154 -
CMYK 0 0.81 0.05 0.36
HSL 303.64º 0.69% 0.38% -
HSV(B) 303.64º 0.81% 0.64% -
XYZ 21.2 10.94 31.57 -
YUV 83.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 162 30 154 0 0.81 0.05 0.36 303.64 0.69 0.38
Hex A2 1E 9A 0 51 5 24 130 45 26
Octal 242 36 232 0 121 5 44 460 105 46
Binary 10100010 11110 10011010 0 1010001 101 100100 100110000 1000101 100110

Color Harmonies of #A21E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E9A

Black with #A21E9A

Text Example


Text Example

White with #A21E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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