Html Css Color HEX #A20290 Dark Magenta

📋 copy color: '#A20290'

red 162 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #A20290

Tints of Dark Magenta #A20290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 52.6%
G = 0.65%
B = 46.75%

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

#A20290 (or 0xA20290) is known color: Dark Magenta. HEX triplet: A2, 02 and 90. RGB value is (162,2,144). Sum of RGB (Red+Green+Blue) = 162+2+144=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A20290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20290 is #5DFD6F. Grayscale: #414141. Windows color (decimal): -6159728 or 9437858. OLE color: 9437858.

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

Color convert

RGB 162 2 144 -
CMYK 0 0.99 0.11 0.36
HSL 306.75º 0.98% 0.32% -
HSV(B) 306.75º 0.99% 0.64% -
XYZ 19.96 9.74 27.21 -
YUV 66.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 162 2 144 0 0.99 0.11 0.36 306.75 0.98 0.32
Hex A2 2 90 0 63 B 24 133 62 20
Octal 242 2 220 0 143 13 44 463 142 40
Binary 10100010 10 10010000 0 1100011 1011 100100 100110011 1100010 100000

Color Harmonies of #A20290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20290

Black with #A20290

Text Example


Text Example

White with #A20290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20290; }

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

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

background-color css

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

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

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

border-color css

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

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

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