Html Css Color HEX #AD00AD Deep Magenta

📋 copy color: '#AD00AD'

red 173 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #AD00AD

Tints of Deep Magenta #AD00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD00AD (or 0xAD00AD) is known color: Deep Magenta. HEX triplet: AD, 00 and AD. RGB value is (173,0,173). Sum of RGB (Red+Green+Blue) = 173+0+173=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD00AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD00AD is #52FF52. Grayscale: #464646. Windows color (decimal): -5439315 or 11337901. OLE color: 11337901.

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

Color convert

RGB 173 0 173 -
CMYK 0 1 0 0.32
HSL 300º 1% 0.34% -
HSV(B) 300º 1% 0.68% -
XYZ 24.78 11.9 40.53 -
YUV 71.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 173 0 173 0 1 0 0.32 300 1 0.34
Hex AD 0 AD 0 64 0 20 12C 64 22
Octal 255 0 255 0 144 0 40 454 144 42
Binary 10101101 0 10101101 0 1100100 0 100000 100101100 1100100 100010

Color Harmonies of #AD00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00AD

Black with #AD00AD

Text Example


Text Example

White with #AD00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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