Html Css Color HEX #A21999 Dark Magenta

📋 copy color: '#A21999'

red 162 ◦ green 25 ◦ blue 153

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

Shades of Dark Magenta #A21999

Tints of Dark Magenta #A21999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45%

R = 47.65%
G = 7.35%
B = 45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A21999 (or 0xA21999) is known color: Dark Magenta. HEX triplet: A2, 19 and 99. RGB value is (162,25,153). Sum of RGB (Red+Green+Blue) = 162+25+153=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A21999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21999 is #5DE666. Grayscale: #505050. Windows color (decimal): -6153831 or 10033570. OLE color: 10033570.

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

Color convert

RGB 162 25 153 -
CMYK 0 0.85 0.06 0.36
HSL 303.94º 0.73% 0.37% -
HSV(B) 303.94º 0.85% 0.64% -
XYZ 21 10.68 31.09 -
YUV 80.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 162 25 153 0 0.85 0.06 0.36 303.94 0.73 0.37
Hex A2 19 99 0 55 6 24 130 49 25
Octal 242 31 231 0 125 6 44 460 111 45
Binary 10100010 11001 10011001 0 1010101 110 100100 100110000 1001001 100101

Color Harmonies of #A21999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21999

Black with #A21999

Text Example


Text Example

White with #A21999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21999; }

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

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

background-color css

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

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

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

border-color css

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

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

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