Html Css Color HEX #A21192 Dark Magenta

📋 copy color: '#A21192'

red 162 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #A21192

Tints of Dark Magenta #A21192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.23%

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

R = 49.85%
G = 5.23%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21192 (or 0xA21192) is known color: Dark Magenta. HEX triplet: A2, 11 and 92. RGB value is (162,17,146). Sum of RGB (Red+Green+Blue) = 162+17+146=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A21192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21192 is #5DEE6D. Grayscale: #4A4A4A. Windows color (decimal): -6155886 or 9572770. OLE color: 9572770.

HSL color Cylindrical-coordinate representation of color #A21192: hue angle of 306.62º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21192 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 146 -
CMYK 0 0.90 0.10 0.36
HSL 306.62º 0.81% 0.35% -
HSV(B) 306.62º 0.9% 0.64% -
XYZ 20.29 10.16 28.09 -
YUV 75.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 162 17 146 0 0.90 0.10 0.36 306.62 0.81 0.35
Hex A2 11 92 0 5A A 24 133 51 23
Octal 242 21 222 0 132 12 44 463 121 43
Binary 10100010 10001 10010010 0 1011010 1010 100100 100110011 1010001 100011

Color Harmonies of #A21192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21192

Black with #A21192

Text Example


Text Example

White with #A21192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21192; }

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

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

background-color css

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

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

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

border-color css

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

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

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