Html Css Color HEX #A21191 Dark Magenta

📋 copy color: '#A21191'

red 162 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #A21191

Tints of Dark Magenta #A21191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 50%
G = 5.25%
B = 44.75%

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

#A21191 (or 0xA21191) is known color: Dark Magenta. HEX triplet: A2, 11 and 91. RGB value is (162,17,145). Sum of RGB (Red+Green+Blue) = 162+17+145=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A21191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21191 is #5DEE6E. Grayscale: #4A4A4A. Windows color (decimal): -6155887 or 9507234. OLE color: 9507234.

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

Color convert

RGB 162 17 145 -
CMYK 0 0.90 0.10 0.36
HSL 307.03º 0.81% 0.35% -
HSV(B) 307.03º 0.9% 0.64% -
XYZ 20.21 10.13 27.68 -
YUV 74.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 162 17 145 0 0.90 0.10 0.36 307.03 0.81 0.35
Hex A2 11 91 0 5A A 24 133 51 23
Octal 242 21 221 0 132 12 44 463 121 43
Binary 10100010 10001 10010001 0 1011010 1010 100100 100110011 1010001 100011

Color Harmonies of #A21191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21191

Black with #A21191

Text Example


Text Example

White with #A21191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21191; }

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

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

background-color css

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

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

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

border-color css

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

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

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