Html Css Color HEX #A20590 Dark Magenta

📋 copy color: '#A20590'

red 162 ◦ green 5 ◦ blue 144

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

Shades of Dark Magenta #A20590

Tints of Dark Magenta #A20590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 52.09%
G = 1.61%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A20590 (or 0xA20590) is known color: Dark Magenta. HEX triplet: A2, 05 and 90. RGB value is (162,5,144). Sum of RGB (Red+Green+Blue) = 162+5+144=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A20590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20590 is #5DFA6F. Grayscale: #434343. Windows color (decimal): -6158960 or 9438626. OLE color: 9438626.

HSL color Cylindrical-coordinate representation of color #A20590: hue angle of 306.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20590 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 144 -
CMYK 0 0.97 0.11 0.36
HSL 306.88º 0.94% 0.33% -
HSV(B) 306.88º 0.97% 0.64% -
XYZ 19.99 9.8 27.22 -
YUV 67.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 162 5 144 0 0.97 0.11 0.36 306.88 0.94 0.33
Hex A2 5 90 0 61 B 24 133 5E 21
Octal 242 5 220 0 141 13 44 463 136 41
Binary 10100010 101 10010000 0 1100001 1011 100100 100110011 1011110 100001

Color Harmonies of #A20590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20590

Black with #A20590

Text Example


Text Example

White with #A20590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20590; }

 p { color: rgb(162,5,144); }

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

background-color css

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

 a { background-color: rgb(162,5,144); }

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

border-color css

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

 span { border-color: rgb(162,5,144); }

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