Html Css Color HEX #AD15AB Deep Magenta

📋 copy color: '#AD15AB'

red 173 ◦ green 21 ◦ blue 171

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

Shades of Deep Magenta #AD15AB

Tints of Deep Magenta #AD15AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 47.4%
G = 5.75%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD15AB (or 0xAD15AB) is known color: Deep Magenta. HEX triplet: AD, 15 and AB. RGB value is (173,21,171). Sum of RGB (Red+Green+Blue) = 173+21+171=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD15AB is #52EA54. Grayscale: #535353. Windows color (decimal): -5433941 or 11212205. OLE color: 11212205.

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

Color convert

RGB 173 21 171 -
CMYK 0 0.88 0.01 0.32
HSL 300.79º 0.78% 0.38% -
HSV(B) 300.79º 0.88% 0.68% -
XYZ 24.85 12.36 39.6 -
YUV 83.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 173 21 171 0 0.88 0.01 0.32 300.79 0.78 0.38
Hex AD 15 AB 0 58 1 20 12D 4E 26
Octal 255 25 253 0 130 1 40 455 116 46
Binary 10101101 10101 10101011 0 1011000 1 100000 100101101 1001110 100110

Color Harmonies of #AD15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15AB

Black with #AD15AB

Text Example


Text Example

White with #AD15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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