Html Css Color HEX #AD05AD Deep Magenta

📋 copy color: '#AD05AD'

red 173 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #AD05AD

Tints of Deep Magenta #AD05AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 49.29%
G = 1.42%
B = 49.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD05AD (or 0xAD05AD) is known color: Deep Magenta. HEX triplet: AD, 05 and AD. RGB value is (173,5,173). Sum of RGB (Red+Green+Blue) = 173+5+173=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD05AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05AD is #52FA52. Grayscale: #494949. Windows color (decimal): -5438035 or 11339181. OLE color: 11339181.

HSL color Cylindrical-coordinate representation of color #AD05AD: hue angle of 300º 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 #AD05AD is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 173 -
CMYK 0 0.97 0 0.32
HSL 300º 0.94% 0.35% -
HSV(B) 300º 0.97% 0.68% -
XYZ 24.83 12.01 40.54 -
YUV 74.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 173 5 173 0 0.97 0 0.32 300 0.94 0.35
Hex AD 5 AD 0 61 0 20 12C 5E 23
Octal 255 5 255 0 141 0 40 454 136 43
Binary 10101101 101 10101101 0 1100001 0 100000 100101100 1011110 100011

Color Harmonies of #AD05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05AD

Black with #AD05AD

Text Example


Text Example

White with #AD05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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