Html Css Color HEX #A21591 Dark Magenta

📋 copy color: '#A21591'

red 162 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #A21591

Tints of Dark Magenta #A21591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 49.39%
G = 6.4%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21591 (or 0xA21591) is known color: Dark Magenta. HEX triplet: A2, 15 and 91. RGB value is (162,21,145). Sum of RGB (Red+Green+Blue) = 162+21+145=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A21591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21591 is #5DEA6E. Grayscale: #4C4C4C. Windows color (decimal): -6154863 or 9508258. OLE color: 9508258.

HSL color Cylindrical-coordinate representation of color #A21591: hue angle of 307.23º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21591 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 145 -
CMYK 0 0.87 0.10 0.36
HSL 307.23º 0.77% 0.36% -
HSV(B) 307.23º 0.87% 0.64% -
XYZ 20.28 10.26 27.7 -
YUV 77.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 162 21 145 0 0.87 0.10 0.36 307.23 0.77 0.36
Hex A2 15 91 0 57 A 24 133 4D 24
Octal 242 25 221 0 127 12 44 463 115 44
Binary 10100010 10101 10010001 0 1010111 1010 100100 100110011 1001101 100100

Color Harmonies of #A21591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21591

Black with #A21591

Text Example


Text Example

White with #A21591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21591; }

 p { color: rgb(162,21,145); }

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

background-color css

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

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

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

border-color css

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

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

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