Html Css Color HEX #AD11A0 Dark Magenta

📋 copy color: '#AD11A0'

red 173 ◦ green 17 ◦ blue 160

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

Shades of Dark Magenta #AD11A0

Tints of Dark Magenta #AD11A0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 49.43%
G = 4.86%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD11A0 (or 0xAD11A0) is known color: Dark Magenta. HEX triplet: AD, 11 and A0. RGB value is (173,17,160). Sum of RGB (Red+Green+Blue) = 173+17+160=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD11A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD11A0 is #52EE5F. Grayscale: #4F4F4F. Windows color (decimal): -5434976 or 10490285. OLE color: 10490285.

HSL color Cylindrical-coordinate representation of color #AD11A0: hue angle of 305º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD11A0 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 160 -
CMYK 0 0.90 0.08 0.32
HSL 305º 0.82% 0.37% -
HSV(B) 305º 0.9% 0.68% -
XYZ 23.78 11.82 34.29 -
YUV 79.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 173 17 160 0 0.90 0.08 0.32 305 0.82 0.37
Hex AD 11 A0 0 5A 8 20 131 52 25
Octal 255 21 240 0 132 10 40 461 122 45
Binary 10101101 10001 10100000 0 1011010 1000 100000 100110001 1010010 100101

Color Harmonies of #AD11A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11A0

Black with #AD11A0

Text Example


Text Example

White with #AD11A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11A0; }

 p { color: rgb(173,17,160); }

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

background-color css

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

 a { background-color: rgb(173,17,160); }

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

border-color css

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

 span { border-color: rgb(173,17,160); }

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