Html Css Color HEX #A21993 Dark Magenta

📋 copy color: '#A21993'

red 162 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #A21993

Tints of Dark Magenta #A21993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 48.5%
G = 7.49%
B = 44.01%

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

#A21993 (or 0xA21993) is known color: Dark Magenta. HEX triplet: A2, 19 and 93. RGB value is (162,25,147). Sum of RGB (Red+Green+Blue) = 162+25+147=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A21993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21993 is #5DE66C. Grayscale: #4F4F4F. Windows color (decimal): -6153837 or 9640354. OLE color: 9640354.

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

Color convert

RGB 162 25 147 -
CMYK 0 0.85 0.09 0.36
HSL 306.57º 0.73% 0.37% -
HSV(B) 306.57º 0.85% 0.64% -
XYZ 20.51 10.48 28.55 -
YUV 79.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 162 25 147 0 0.85 0.09 0.36 306.57 0.73 0.37
Hex A2 19 93 0 55 9 24 133 49 25
Octal 242 31 223 0 125 11 44 463 111 45
Binary 10100010 11001 10010011 0 1010101 1001 100100 100110011 1001001 100101

Color Harmonies of #A21993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21993

Black with #A21993

Text Example


Text Example

White with #A21993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21993; }

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

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

background-color css

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

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

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

border-color css

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

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

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