Html Css Color HEX #AD15B9 Deep Magenta

📋 copy color: '#AD15B9'

red 173 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #AD15B9

Tints of Deep Magenta #AD15B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 45.65%
G = 5.54%
B = 48.81%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD15B9 (or 0xAD15B9) is known color: Deep Magenta. HEX triplet: AD, 15 and B9. RGB value is (173,21,185). Sum of RGB (Red+Green+Blue) = 173+21+185=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD15B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15B9 is #52EA46. Grayscale: #545454. Windows color (decimal): -5433927 or 12129709. OLE color: 12129709.

HSL color Cylindrical-coordinate representation of color #AD15B9: hue angle of 295.61º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD15B9 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 21 185 -
CMYK 0.06 0.89 0 0.27
HSL 295.61º 0.8% 0.4% -
HSV(B) 295.61º 0.89% 0.73% -
XYZ 26.26 12.92 47.01 -
YUV 85.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 173 21 185 0.06 0.89 0 0.27 295.61 0.8 0.4
Hex AD 15 B9 6 59 0 1B 128 50 28
Octal 255 25 271 6 131 0 33 450 120 50
Binary 10101101 10101 10111001 110 1011001 0 11011 100101000 1010000 101000

Color Harmonies of #AD15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15B9

Black with #AD15B9

Text Example


Text Example

White with #AD15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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