Html Css Color HEX #A20DA6 Dark Magenta

📋 copy color: '#A20DA6'

red 162 ◦ green 13 ◦ blue 166

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

Shades of Dark Magenta #A20DA6

Tints of Dark Magenta #A20DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.68%

R = 47.51%
G = 3.81%
B = 48.68%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A20DA6 (or 0xA20DA6) is known color: Dark Magenta. HEX triplet: A2, 0D and A6. RGB value is (162,13,166). Sum of RGB (Red+Green+Blue) = 162+13+166=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #A20DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20DA6 is #5DF259. Grayscale: #4A4A4A. Windows color (decimal): -6156890 or 10882466. OLE color: 10882466.

HSL color Cylindrical-coordinate representation of color #A20DA6: hue angle of 298.43º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20DA6 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 13 166 -
CMYK 0.02 0.92 0 0.35
HSL 298.43º 0.85% 0.35% -
HSV(B) 298.43º 0.92% 0.65% -
XYZ 21.93 10.72 36.99 -
YUV 74.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 162 13 166 0.02 0.92 0 0.35 298.43 0.85 0.35
Hex A2 D A6 2 5C 0 23 12A 55 23
Octal 242 15 246 2 134 0 43 452 125 43
Binary 10100010 1101 10100110 10 1011100 0 100011 100101010 1010101 100011

Color Harmonies of #A20DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DA6

Black with #A20DA6

Text Example


Text Example

White with #A20DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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