Html Css Color HEX #A21E9B Dark Magenta

📋 copy color: '#A21E9B'

red 162 ◦ green 30 ◦ blue 155

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

Shades of Dark Magenta #A21E9B

Tints of Dark Magenta #A21E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 46.69%
G = 8.65%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A21E9B (or 0xA21E9B) is known color: Dark Magenta. HEX triplet: A2, 1E and 9B. RGB value is (162,30,155). Sum of RGB (Red+Green+Blue) = 162+30+155=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E9B is #5DE164. Grayscale: #535353. Windows color (decimal): -6152549 or 10165922. OLE color: 10165922.

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

Color convert

RGB 162 30 155 -
CMYK 0 0.81 0.04 0.36
HSL 303.18º 0.69% 0.38% -
HSV(B) 303.18º 0.81% 0.64% -
XYZ 21.28 10.98 32.01 -
YUV 83.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 162 30 155 0 0.81 0.04 0.36 303.18 0.69 0.38
Hex A2 1E 9B 0 51 4 24 12F 45 26
Octal 242 36 233 0 121 4 44 457 105 46
Binary 10100010 11110 10011011 0 1010001 100 100100 100101111 1000101 100110

Color Harmonies of #A21E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E9B

Black with #A21E9B

Text Example


Text Example

White with #A21E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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