Html Css Color HEX #A20FAD Dark Magenta

📋 copy color: '#A20FAD'

red 162 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #A20FAD

Tints of Dark Magenta #A20FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 46.29%
G = 4.29%
B = 49.43%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A20FAD (or 0xA20FAD) is known color: Dark Magenta. HEX triplet: A2, 0F and AD. RGB value is (162,15,173). Sum of RGB (Red+Green+Blue) = 162+15+173=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #A20FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FAD is #5DF052. Grayscale: #4C4C4C. Windows color (decimal): -6156371 or 11341730. OLE color: 11341730.

HSL color Cylindrical-coordinate representation of color #A20FAD: hue angle of 295.82º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20FAD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 15 173 -
CMYK 0.06 0.91 0 0.32
HSL 295.82º 0.84% 0.37% -
HSV(B) 295.82º 0.91% 0.68% -
XYZ 22.61 11.04 40.47 -
YUV 76.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 162 15 173 0.06 0.91 0 0.32 295.82 0.84 0.37
Hex A2 F AD 6 5B 0 20 128 54 25
Octal 242 17 255 6 133 0 40 450 124 45
Binary 10100010 1111 10101101 110 1011011 0 100000 100101000 1010100 100101

Color Harmonies of #A20FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FAD

Black with #A20FAD

Text Example


Text Example

White with #A20FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FAD; }

 p { color: rgb(162,15,173); }

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

background-color css

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

 a { background-color: rgb(162,15,173); }

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

border-color css

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

 span { border-color: rgb(162,15,173); }

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