Html Css Color HEX #A20B9D Dark Magenta

📋 copy color: '#A20B9D'

red 162 ◦ green 11 ◦ blue 157

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

Shades of Dark Magenta #A20B9D

Tints of Dark Magenta #A20B9D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 49.09%
G = 3.33%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A20B9D (or 0xA20B9D) is known color: Dark Magenta. HEX triplet: A2, 0B and 9D. RGB value is (162,11,157). Sum of RGB (Red+Green+Blue) = 162+11+157=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B9D is #5DF462. Grayscale: #484848. Windows color (decimal): -6157411 or 10292130. OLE color: 10292130.

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

Color convert

RGB 162 11 157 -
CMYK 0 0.93 0.03 0.36
HSL 301.99º 0.87% 0.34% -
HSV(B) 301.99º 0.93% 0.64% -
XYZ 21.11 10.36 32.78 -
YUV 72.79 175.53 191.63 -
System Red Green Blue C M Y K H S L
Decimal 162 11 157 0 0.93 0.03 0.36 301.99 0.87 0.34
Hex A2 B 9D 0 5D 3 24 12E 57 22
Octal 242 13 235 0 135 3 44 456 127 42
Binary 10100010 1011 10011101 0 1011101 11 100100 100101110 1010111 100010

Color Harmonies of #A20B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20B9D

Black with #A20B9D

Text Example


Text Example

White with #A20B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20B9D; }

 p { color: rgb(162,11,157); }

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

background-color css

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

 a { background-color: rgb(162,11,157); }

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

border-color css

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

 span { border-color: rgb(162,11,157); }

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