Html Css Color HEX #AD15AD Deep Magenta

📋 copy color: '#AD15AD'

red 173 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #AD15AD

Tints of Deep Magenta #AD15AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.72%

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

R = 47.14%
G = 5.72%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD15AD (or 0xAD15AD) is known color: Deep Magenta. HEX triplet: AD, 15 and AD. RGB value is (173,21,173). Sum of RGB (Red+Green+Blue) = 173+21+173=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15AD is #52EA52. Grayscale: #535353. Windows color (decimal): -5433939 or 11343277. OLE color: 11343277.

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

Color convert

RGB 173 21 173 -
CMYK 0 0.88 0 0.32
HSL 300º 0.78% 0.38% -
HSV(B) 300º 0.88% 0.68% -
XYZ 25.04 12.44 40.62 -
YUV 83.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 173 21 173 0 0.88 0 0.32 300 0.78 0.38
Hex AD 15 AD 0 58 0 20 12C 4E 26
Octal 255 25 255 0 130 0 40 454 116 46
Binary 10101101 10101 10101101 0 1011000 0 100000 100101100 1001110 100110

Color Harmonies of #AD15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15AD

Black with #AD15AD

Text Example


Text Example

White with #AD15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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