Html Css Color HEX #A21390 Dark Magenta

📋 copy color: '#A21390'

red 162 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #A21390

Tints of Dark Magenta #A21390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

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

R = 49.85%
G = 5.85%
B = 44.31%

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

#A21390 (or 0xA21390) is known color: Dark Magenta. HEX triplet: A2, 13 and 90. RGB value is (162,19,144). Sum of RGB (Red+Green+Blue) = 162+19+144=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A21390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21390 is #5DEC6F. Grayscale: #4B4B4B. Windows color (decimal): -6155376 or 9442210. OLE color: 9442210.

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

Color convert

RGB 162 19 144 -
CMYK 0 0.88 0.11 0.36
HSL 307.55º 0.79% 0.35% -
HSV(B) 307.55º 0.88% 0.64% -
XYZ 20.17 10.16 27.28 -
YUV 76.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 162 19 144 0 0.88 0.11 0.36 307.55 0.79 0.35
Hex A2 13 90 0 58 B 24 134 4F 23
Octal 242 23 220 0 130 13 44 464 117 43
Binary 10100010 10011 10010000 0 1011000 1011 100100 100110100 1001111 100011

Color Harmonies of #A21390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21390

Black with #A21390

Text Example


Text Example

White with #A21390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21390; }

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

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

background-color css

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

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

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

border-color css

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

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

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