Html Css Color HEX #A20E88 Dark Magenta

📋 copy color: '#A20E88'

red 162 ◦ green 14 ◦ blue 136

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

Shades of Dark Magenta #A20E88

Tints of Dark Magenta #A20E88

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.49%

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 51.92%
G = 4.49%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A20E88 (or 0xA20E88) is known color: Dark Magenta. HEX triplet: A2, 0E and 88. RGB value is (162,14,136). Sum of RGB (Red+Green+Blue) = 162+14+136=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E88 is #5DF177. Grayscale: #474747. Windows color (decimal): -6156664 or 8916642. OLE color: 8916642.

HSL color Cylindrical-coordinate representation of color #A20E88: hue angle of 310.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E88 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 136 -
CMYK 0 0.91 0.16 0.36
HSL 310.54º 0.84% 0.35% -
HSV(B) 310.54º 0.91% 0.64% -
XYZ 19.5 9.77 24.15 -
YUV 72.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 162 14 136 0 0.91 0.16 0.36 310.54 0.84 0.35
Hex A2 E 88 0 5B 10 24 137 54 23
Octal 242 16 210 0 133 20 44 467 124 43
Binary 10100010 1110 10001000 0 1011011 10000 100100 100110111 1010100 100011

Color Harmonies of #A20E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E88

Black with #A20E88

Text Example


Text Example

White with #A20E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E88; }

 p { color: rgb(162,14,136); }

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

background-color css

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

 a { background-color: rgb(162,14,136); }

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

border-color css

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

 span { border-color: rgb(162,14,136); }

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