Html Css Color HEX #A20EAB Dark Magenta

📋 copy color: '#A20EAB'

red 162 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #A20EAB

Tints of Dark Magenta #A20EAB

RGB

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

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

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

R = 46.69%
G = 4.03%
B = 49.28%

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

#A20EAB (or 0xA20EAB) is known color: Dark Magenta. HEX triplet: A2, 0E and AB. RGB value is (162,14,171). Sum of RGB (Red+Green+Blue) = 162+14+171=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #A20EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EAB is #5DF154. Grayscale: #4B4B4B. Windows color (decimal): -6156629 or 11210402. OLE color: 11210402.

HSL color Cylindrical-coordinate representation of color #A20EAB: hue angle of 296.56º degrees, saturation: 0.85, 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 #A20EAB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 14 171 -
CMYK 0.05 0.92 0 0.33
HSL 296.56º 0.85% 0.36% -
HSV(B) 296.56º 0.92% 0.67% -
XYZ 22.41 10.94 39.46 -
YUV 76.15 181.53 189.23 -
System Red Green Blue C M Y K H S L
Decimal 162 14 171 0.05 0.92 0 0.33 296.56 0.85 0.36
Hex A2 E AB 5 5C 0 21 129 55 24
Octal 242 16 253 5 134 0 41 451 125 44
Binary 10100010 1110 10101011 101 1011100 0 100001 100101001 1010101 100100

Color Harmonies of #A20EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20EAB

Black with #A20EAB

Text Example


Text Example

White with #A20EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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