Html Css Color HEX #A20190 Dark Magenta

📋 copy color: '#A20190'

red 162 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #A20190

Tints of Dark Magenta #A20190

RGB

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

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

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

R = 52.77%
G = 0.33%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A20190 (or 0xA20190) is known color: Dark Magenta. HEX triplet: A2, 01 and 90. RGB value is (162,1,144). Sum of RGB (Red+Green+Blue) = 162+1+144=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A20190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20190 is #5DFE6F. Grayscale: #414141. Windows color (decimal): -6159984 or 9437602. OLE color: 9437602.

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

Color convert

RGB 162 1 144 -
CMYK 0 0.99 0.11 0.36
HSL 306.71º 0.99% 0.32% -
HSV(B) 306.71º 0.99% 0.64% -
XYZ 19.95 9.72 27.21 -
YUV 65.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 162 1 144 0 0.99 0.11 0.36 306.71 0.99 0.32
Hex A2 1 90 0 63 B 24 133 63 20
Octal 242 1 220 0 143 13 44 463 143 40
Binary 10100010 1 10010000 0 1100011 1011 100100 100110011 1100011 100000

Color Harmonies of #A20190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20190

Black with #A20190

Text Example


Text Example

White with #A20190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20190; }

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

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

background-color css

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

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

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

border-color css

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

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

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