Html Css Color HEX #A20391 Dark Magenta

📋 copy color: '#A20391'

red 162 ◦ green 3 ◦ blue 145

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

Shades of Dark Magenta #A20391

Tints of Dark Magenta #A20391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 52.26%
G = 0.97%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A20391 (or 0xA20391) is known color: Dark Magenta. HEX triplet: A2, 03 and 91. RGB value is (162,3,145). Sum of RGB (Red+Green+Blue) = 162+3+145=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A20391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20391 is #5DFC6E. Grayscale: #424242. Windows color (decimal): -6159471 or 9503650. OLE color: 9503650.

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

Color convert

RGB 162 3 145 -
CMYK 0 0.98 0.10 0.36
HSL 306.42º 0.96% 0.32% -
HSV(B) 306.42º 0.98% 0.64% -
XYZ 20.04 9.79 27.62 -
YUV 66.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 162 3 145 0 0.98 0.10 0.36 306.42 0.96 0.32
Hex A2 3 91 0 62 A 24 132 60 20
Octal 242 3 221 0 142 12 44 462 140 40
Binary 10100010 11 10010001 0 1100010 1010 100100 100110010 1100000 100000

Color Harmonies of #A20391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20391

Black with #A20391

Text Example


Text Example

White with #A20391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20391; }

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

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

background-color css

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

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

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

border-color css

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

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

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