Html Css Color HEX #A20A8B Dark Magenta

📋 copy color: '#A20A8B'

red 162 ◦ green 10 ◦ blue 139

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

Shades of Dark Magenta #A20A8B

Tints of Dark Magenta #A20A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 52.09%
G = 3.22%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A20A8B (or 0xA20A8B) is known color: Dark Magenta. HEX triplet: A2, 0A and 8B. RGB value is (162,10,139). Sum of RGB (Red+Green+Blue) = 162+10+139=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20A8B is #5DF574. Grayscale: #454545. Windows color (decimal): -6157685 or 9112226. OLE color: 9112226.

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

Color convert

RGB 162 10 139 -
CMYK 0 0.94 0.14 0.36
HSL 309.08º 0.88% 0.34% -
HSV(B) 309.08º 0.94% 0.64% -
XYZ 19.67 9.76 25.27 -
YUV 70.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 162 10 139 0 0.94 0.14 0.36 309.08 0.88 0.34
Hex A2 A 8B 0 5E E 24 135 58 22
Octal 242 12 213 0 136 16 44 465 130 42
Binary 10100010 1010 10001011 0 1011110 1110 100100 100110101 1011000 100010

Color Harmonies of #A20A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A8B

Black with #A20A8B

Text Example


Text Example

White with #A20A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A8B; }

 p { color: rgb(162,10,139); }

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

background-color css

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

 a { background-color: rgb(162,10,139); }

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

border-color css

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

 span { border-color: rgb(162,10,139); }

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