Html Css Color HEX #A21E9E Dark Magenta

📋 copy color: '#A21E9E'

red 162 ◦ green 30 ◦ blue 158

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

Shades of Dark Magenta #A21E9E

Tints of Dark Magenta #A21E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 46.29%
G = 8.57%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A21E9E (or 0xA21E9E) is known color: Dark Magenta. HEX triplet: A2, 1E and 9E. RGB value is (162,30,158). Sum of RGB (Red+Green+Blue) = 162+30+158=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E9E is #5DE161. Grayscale: #535353. Windows color (decimal): -6152546 or 10362530. OLE color: 10362530.

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

Color convert

RGB 162 30 158 -
CMYK 0 0.81 0.02 0.36
HSL 301.82º 0.69% 0.38% -
HSV(B) 301.82º 0.81% 0.64% -
XYZ 21.54 11.08 33.35 -
YUV 84.06 169.73 183.59 -
System Red Green Blue C M Y K H S L
Decimal 162 30 158 0 0.81 0.02 0.36 301.82 0.69 0.38
Hex A2 1E 9E 0 51 2 24 12E 45 26
Octal 242 36 236 0 121 2 44 456 105 46
Binary 10100010 11110 10011110 0 1010001 10 100100 100101110 1000101 100110

Color Harmonies of #A21E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E9E

Black with #A21E9E

Text Example


Text Example

White with #A21E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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