Html Css Color HEX #A21992 Dark Magenta

📋 copy color: '#A21992'

red 162 ◦ green 25 ◦ blue 146

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

Shades of Dark Magenta #A21992

Tints of Dark Magenta #A21992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 48.65%
G = 7.51%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21992 (or 0xA21992) is known color: Dark Magenta. HEX triplet: A2, 19 and 92. RGB value is (162,25,146). Sum of RGB (Red+Green+Blue) = 162+25+146=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A21992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21992 is #5DE66D. Grayscale: #4F4F4F. Windows color (decimal): -6153838 or 9574818. OLE color: 9574818.

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

Color convert

RGB 162 25 146 -
CMYK 0 0.85 0.10 0.36
HSL 307.01º 0.73% 0.37% -
HSV(B) 307.01º 0.85% 0.64% -
XYZ 20.44 10.45 28.13 -
YUV 79.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 162 25 146 0 0.85 0.10 0.36 307.01 0.73 0.37
Hex A2 19 92 0 55 A 24 133 49 25
Octal 242 31 222 0 125 12 44 463 111 45
Binary 10100010 11001 10010010 0 1010101 1010 100100 100110011 1001001 100101

Color Harmonies of #A21992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21992

Black with #A21992

Text Example


Text Example

White with #A21992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21992; }

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

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

background-color css

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

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

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

border-color css

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

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

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