Html Css Color HEX #A21996 Dark Magenta

📋 copy color: '#A21996'

red 162 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #A21996

Tints of Dark Magenta #A21996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 48.07%
G = 7.42%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A21996 (or 0xA21996) is known color: Dark Magenta. HEX triplet: A2, 19 and 96. RGB value is (162,25,150). Sum of RGB (Red+Green+Blue) = 162+25+150=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A21996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21996 is #5DE669. Grayscale: #4F4F4F. Windows color (decimal): -6153834 or 9836962. OLE color: 9836962.

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

Color convert

RGB 162 25 150 -
CMYK 0 0.85 0.07 0.36
HSL 305.26º 0.73% 0.37% -
HSV(B) 305.26º 0.85% 0.64% -
XYZ 20.75 10.58 29.8 -
YUV 80.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 162 25 150 0 0.85 0.07 0.36 305.26 0.73 0.37
Hex A2 19 96 0 55 7 24 131 49 25
Octal 242 31 226 0 125 7 44 461 111 45
Binary 10100010 11001 10010110 0 1010101 111 100100 100110001 1001001 100101

Color Harmonies of #A21996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21996

Black with #A21996

Text Example


Text Example

White with #A21996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21996; }

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

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

background-color css

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

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

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

border-color css

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

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

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