Html Css Color HEX #A20090 Dark Magenta

📋 copy color: '#A20090'

red 162 ◦ green 0 ◦ blue 144

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

Shades of Dark Magenta #A20090

Tints of Dark Magenta #A20090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.94%
G = 0%
B = 47.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A20090 (or 0xA20090) is known color: Dark Magenta. HEX triplet: A2, 00 and 90. RGB value is (162,0,144). Sum of RGB (Red+Green+Blue) = 162+0+144=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A20090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20090 is #5DFF6F. Grayscale: #404040. Windows color (decimal): -6160240 or 9437346. OLE color: 9437346.

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

Color convert

RGB 162 0 144 -
CMYK 0 1 0.11 0.36
HSL 306.67º 1% 0.32% -
HSV(B) 306.67º 1% 0.64% -
XYZ 19.93 9.7 27.21 -
YUV 64.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 162 0 144 0 1 0.11 0.36 306.67 1 0.32
Hex A2 0 90 0 64 B 24 133 64 20
Octal 242 0 220 0 144 13 44 463 144 40
Binary 10100010 0 10010000 0 1100100 1011 100100 100110011 1100100 100000

Color Harmonies of #A20090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20090

Black with #A20090

Text Example


Text Example

White with #A20090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20090; }

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

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

background-color css

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

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

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

border-color css

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

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

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