Html Css Color HEX #AD01AD Deep Magenta

📋 copy color: '#AD01AD'

red 173 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #AD01AD

Tints of Deep Magenta #AD01AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 49.86%
G = 0.29%
B = 49.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD01AD (or 0xAD01AD) is known color: Deep Magenta. HEX triplet: AD, 01 and AD. RGB value is (173,1,173). Sum of RGB (Red+Green+Blue) = 173+1+173=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD01AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01AD is #52FE52. Grayscale: #474747. Windows color (decimal): -5439059 or 11338157. OLE color: 11338157.

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

Color convert

RGB 173 1 173 -
CMYK 0 0.99 0 0.32
HSL 300º 0.99% 0.34% -
HSV(B) 300º 0.99% 0.68% -
XYZ 24.79 11.92 40.53 -
YUV 72.04 184.98 200.01 -
System Red Green Blue C M Y K H S L
Decimal 173 1 173 0 0.99 0 0.32 300 0.99 0.34
Hex AD 1 AD 0 63 0 20 12C 63 22
Octal 255 1 255 0 143 0 40 454 143 42
Binary 10101101 1 10101101 0 1100011 0 100000 100101100 1100011 100010

Color Harmonies of #AD01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01AD

Black with #AD01AD

Text Example


Text Example

White with #AD01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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