Html Css Color HEX #A21590 Dark Magenta

📋 copy color: '#A21590'

red 162 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #A21590

Tints of Dark Magenta #A21590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 49.54%
G = 6.42%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A21590 (or 0xA21590) is known color: Dark Magenta. HEX triplet: A2, 15 and 90. RGB value is (162,21,144). Sum of RGB (Red+Green+Blue) = 162+21+144=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A21590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21590 is #5DEA6F. Grayscale: #4C4C4C. Windows color (decimal): -6154864 or 9442722. OLE color: 9442722.

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

Color convert

RGB 162 21 144 -
CMYK 0 0.87 0.11 0.36
HSL 307.66º 0.77% 0.36% -
HSV(B) 307.66º 0.87% 0.64% -
XYZ 20.2 10.23 27.3 -
YUV 77.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 162 21 144 0 0.87 0.11 0.36 307.66 0.77 0.36
Hex A2 15 90 0 57 B 24 134 4D 24
Octal 242 25 220 0 127 13 44 464 115 44
Binary 10100010 10101 10010000 0 1010111 1011 100100 100110100 1001101 100100

Color Harmonies of #A21590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21590

Black with #A21590

Text Example


Text Example

White with #A21590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21590; }

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

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

background-color css

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

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

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

border-color css

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

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

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