Html Css Color HEX #A21990 Dark Magenta

📋 copy color: '#A21990'

red 162 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #A21990

Tints of Dark Magenta #A21990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 48.94%
G = 7.55%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A21990 (or 0xA21990) is known color: Dark Magenta. HEX triplet: A2, 19 and 90. RGB value is (162,25,144). Sum of RGB (Red+Green+Blue) = 162+25+144=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A21990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21990 is #5DE66F. Grayscale: #4F4F4F. Windows color (decimal): -6153840 or 9443746. OLE color: 9443746.

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

Color convert

RGB 162 25 144 -
CMYK 0 0.85 0.11 0.36
HSL 307.88º 0.73% 0.37% -
HSV(B) 307.88º 0.85% 0.64% -
XYZ 20.28 10.39 27.32 -
YUV 79.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 162 25 144 0 0.85 0.11 0.36 307.88 0.73 0.37
Hex A2 19 90 0 55 B 24 134 49 25
Octal 242 31 220 0 125 13 44 464 111 45
Binary 10100010 11001 10010000 0 1010101 1011 100100 100110100 1001001 100101

Color Harmonies of #A21990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21990

Black with #A21990

Text Example


Text Example

White with #A21990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21990; }

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

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

background-color css

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

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

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

border-color css

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

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

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