Html Css Color HEX #A21490 Dark Magenta

📋 copy color: '#A21490'

red 162 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #A21490

Tints of Dark Magenta #A21490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

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

R = 49.69%
G = 6.13%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A21490 (or 0xA21490) is known color: Dark Magenta. HEX triplet: A2, 14 and 90. RGB value is (162,20,144). Sum of RGB (Red+Green+Blue) = 162+20+144=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A21490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21490 is #5DEB6F. Grayscale: #4C4C4C. Windows color (decimal): -6155120 or 9442466. OLE color: 9442466.

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

Color convert

RGB 162 20 144 -
CMYK 0 0.88 0.11 0.36
HSL 307.61º 0.78% 0.36% -
HSV(B) 307.61º 0.88% 0.64% -
XYZ 20.18 10.2 27.29 -
YUV 76.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 162 20 144 0 0.88 0.11 0.36 307.61 0.78 0.36
Hex A2 14 90 0 58 B 24 134 4E 24
Octal 242 24 220 0 130 13 44 464 116 44
Binary 10100010 10100 10010000 0 1011000 1011 100100 100110100 1001110 100100

Color Harmonies of #A21490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21490

Black with #A21490

Text Example


Text Example

White with #A21490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21490; }

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

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

background-color css

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

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

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

border-color css

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

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

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