Html Css Color HEX #A21994 Dark Magenta

📋 copy color: '#A21994'

red 162 ◦ green 25 ◦ blue 148

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

Shades of Dark Magenta #A21994

Tints of Dark Magenta #A21994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 48.36%
G = 7.46%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A21994 (or 0xA21994) is known color: Dark Magenta. HEX triplet: A2, 19 and 94. RGB value is (162,25,148). Sum of RGB (Red+Green+Blue) = 162+25+148=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A21994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21994 is #5DE66B. Grayscale: #4F4F4F. Windows color (decimal): -6153836 or 9705890. OLE color: 9705890.

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

Color convert

RGB 162 25 148 -
CMYK 0 0.85 0.09 0.36
HSL 306.13º 0.73% 0.37% -
HSV(B) 306.13º 0.85% 0.64% -
XYZ 20.59 10.51 28.96 -
YUV 79.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 162 25 148 0 0.85 0.09 0.36 306.13 0.73 0.37
Hex A2 19 94 0 55 9 24 132 49 25
Octal 242 31 224 0 125 11 44 462 111 45
Binary 10100010 11001 10010100 0 1010101 1001 100100 100110010 1001001 100101

Color Harmonies of #A21994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21994

Black with #A21994

Text Example


Text Example

White with #A21994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21994; }

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

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

background-color css

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

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

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

border-color css

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

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

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