Html Css Color HEX #A20D89 Dark Magenta

📋 copy color: '#A20D89'

red 162 ◦ green 13 ◦ blue 137

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

Shades of Dark Magenta #A20D89

Tints of Dark Magenta #A20D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.17%

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 51.92%
G = 4.17%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A20D89 (or 0xA20D89) is known color: Dark Magenta. HEX triplet: A2, 0D and 89. RGB value is (162,13,137). Sum of RGB (Red+Green+Blue) = 162+13+137=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D89 is #5DF276. Grayscale: #474747. Windows color (decimal): -6156919 or 8981922. OLE color: 8981922.

HSL color Cylindrical-coordinate representation of color #A20D89: hue angle of 310.07º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D89 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 13 137 -
CMYK 0 0.92 0.15 0.36
HSL 310.07º 0.85% 0.34% -
HSV(B) 310.07º 0.92% 0.64% -
XYZ 19.56 9.78 24.52 -
YUV 71.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 162 13 137 0 0.92 0.15 0.36 310.07 0.85 0.34
Hex A2 D 89 0 5C F 24 136 55 22
Octal 242 15 211 0 134 17 44 466 125 42
Binary 10100010 1101 10001001 0 1011100 1111 100100 100110110 1010101 100010

Color Harmonies of #A20D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D89

Black with #A20D89

Text Example


Text Example

White with #A20D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D89; }

 p { color: rgb(162,13,137); }

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

background-color css

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

 a { background-color: rgb(162,13,137); }

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

border-color css

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

 span { border-color: rgb(162,13,137); }

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