Html Css Color HEX #A20DAB Dark Magenta

📋 copy color: '#A20DAB'

red 162 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #A20DAB

Tints of Dark Magenta #A20DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 46.82%
G = 3.76%
B = 49.42%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A20DAB (or 0xA20DAB) is known color: Dark Magenta. HEX triplet: A2, 0D and AB. RGB value is (162,13,171). Sum of RGB (Red+Green+Blue) = 162+13+171=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A20DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20DAB is #5DF254. Grayscale: #4B4B4B. Windows color (decimal): -6156885 or 11210146. OLE color: 11210146.

HSL color Cylindrical-coordinate representation of color #A20DAB: hue angle of 296.58º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20DAB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 13 171 -
CMYK 0.05 0.92 0 0.33
HSL 296.58º 0.86% 0.36% -
HSV(B) 296.58º 0.92% 0.67% -
XYZ 22.39 10.91 39.45 -
YUV 75.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 162 13 171 0.05 0.92 0 0.33 296.58 0.86 0.36
Hex A2 D AB 5 5C 0 21 129 56 24
Octal 242 15 253 5 134 0 41 451 126 44
Binary 10100010 1101 10101011 101 1011100 0 100001 100101001 1010110 100100

Color Harmonies of #A20DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DAB

Black with #A20DAB

Text Example


Text Example

White with #A20DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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