Html Css Color HEX #A20191 Dark Magenta

📋 copy color: '#A20191'

red 162 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #A20191

Tints of Dark Magenta #A20191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 52.6%
G = 0.32%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A20191 (or 0xA20191) is known color: Dark Magenta. HEX triplet: A2, 01 and 91. RGB value is (162,1,145). Sum of RGB (Red+Green+Blue) = 162+1+145=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A20191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20191 is #5DFE6E. Grayscale: #414141. Windows color (decimal): -6159983 or 9503138. OLE color: 9503138.

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

Color convert

RGB 162 1 145 -
CMYK 0 0.99 0.10 0.36
HSL 306.34º 0.99% 0.32% -
HSV(B) 306.34º 0.99% 0.64% -
XYZ 20.02 9.75 27.61 -
YUV 65.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 162 1 145 0 0.99 0.10 0.36 306.34 0.99 0.32
Hex A2 1 91 0 63 A 24 132 63 20
Octal 242 1 221 0 143 12 44 462 143 40
Binary 10100010 1 10010001 0 1100011 1010 100100 100110010 1100011 100000

Color Harmonies of #A20191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20191

Black with #A20191

Text Example


Text Example

White with #A20191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20191; }

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

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

background-color css

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

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

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

border-color css

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

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

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