Html Css Color HEX #A20390 Dark Magenta

📋 copy color: '#A20390'

red 162 ◦ green 3 ◦ blue 144

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

Shades of Dark Magenta #A20390

Tints of Dark Magenta #A20390

RGB

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

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

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

R = 52.43%
G = 0.97%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A20390 (or 0xA20390) is known color: Dark Magenta. HEX triplet: A2, 03 and 90. RGB value is (162,3,144). Sum of RGB (Red+Green+Blue) = 162+3+144=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A20390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20390 is #5DFC6F. Grayscale: #424242. Windows color (decimal): -6159472 or 9438114. OLE color: 9438114.

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

Color convert

RGB 162 3 144 -
CMYK 0 0.98 0.11 0.36
HSL 306.79º 0.96% 0.32% -
HSV(B) 306.79º 0.98% 0.64% -
XYZ 19.97 9.76 27.22 -
YUV 66.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 162 3 144 0 0.98 0.11 0.36 306.79 0.96 0.32
Hex A2 3 90 0 62 B 24 133 60 20
Octal 242 3 220 0 142 13 44 463 140 40
Binary 10100010 11 10010000 0 1100010 1011 100100 100110011 1100000 100000

Color Harmonies of #A20390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20390

Black with #A20390

Text Example


Text Example

White with #A20390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20390; }

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

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

background-color css

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

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

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

border-color css

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

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

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