Html Css Color HEX #AD05A0 Dark Magenta

📋 copy color: '#AD05A0'

red 173 ◦ green 5 ◦ blue 160

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

Shades of Dark Magenta #AD05A0

Tints of Dark Magenta #AD05A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 51.18%
G = 1.48%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD05A0 (or 0xAD05A0) is known color: Dark Magenta. HEX triplet: AD, 05 and A0. RGB value is (173,5,160). Sum of RGB (Red+Green+Blue) = 173+5+160=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD05A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05A0 is #52FA5F. Grayscale: #484848. Windows color (decimal): -5438048 or 10487213. OLE color: 10487213.

HSL color Cylindrical-coordinate representation of color #AD05A0: hue angle of 304.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD05A0 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 160 -
CMYK 0 0.97 0.08 0.32
HSL 304.64º 0.94% 0.35% -
HSV(B) 304.64º 0.97% 0.68% -
XYZ 23.63 11.53 34.24 -
YUV 72.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 173 5 160 0 0.97 0.08 0.32 304.64 0.94 0.35
Hex AD 5 A0 0 61 8 20 131 5E 23
Octal 255 5 240 0 141 10 40 461 136 43
Binary 10101101 101 10100000 0 1100001 1000 100000 100110001 1011110 100011

Color Harmonies of #AD05A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05A0

Black with #AD05A0

Text Example


Text Example

White with #AD05A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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