Html Css Color HEX #AD15AA Deep Magenta

📋 copy color: '#AD15AA'

red 173 ◦ green 21 ◦ blue 170

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

Shades of Deep Magenta #AD15AA

Tints of Deep Magenta #AD15AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 47.53%
G = 5.77%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD15AA (or 0xAD15AA) is known color: Deep Magenta. HEX triplet: AD, 15 and AA. RGB value is (173,21,170). Sum of RGB (Red+Green+Blue) = 173+21+170=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15AA is #52EA55. Grayscale: #525252. Windows color (decimal): -5433942 or 11146669. OLE color: 11146669.

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

Color convert

RGB 173 21 170 -
CMYK 0 0.88 0.02 0.32
HSL 301.18º 0.78% 0.38% -
HSV(B) 301.18º 0.88% 0.68% -
XYZ 24.76 12.32 39.1 -
YUV 83.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 173 21 170 0 0.88 0.02 0.32 301.18 0.78 0.38
Hex AD 15 AA 0 58 2 20 12D 4E 26
Octal 255 25 252 0 130 2 40 455 116 46
Binary 10101101 10101 10101010 0 1011000 10 100000 100101101 1001110 100110

Color Harmonies of #AD15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15AA

Black with #AD15AA

Text Example


Text Example

White with #AD15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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