Html Css Color HEX #AD15BF Deep Magenta

📋 copy color: '#AD15BF'

red 173 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #AD15BF

Tints of Deep Magenta #AD15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 44.94%
G = 5.45%
B = 49.61%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD15BF (or 0xAD15BF) is known color: Deep Magenta. HEX triplet: AD, 15 and BF. RGB value is (173,21,191). Sum of RGB (Red+Green+Blue) = 173+21+191=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD15BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15BF is #52EA40. Grayscale: #555555. Windows color (decimal): -5433921 or 12522925. OLE color: 12522925.

HSL color Cylindrical-coordinate representation of color #AD15BF: hue angle of 293.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD15BF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 21 191 -
CMYK 0.09 0.89 0 0.25
HSL 293.65º 0.8% 0.42% -
HSV(B) 293.65º 0.89% 0.75% -
XYZ 26.91 13.18 50.42 -
YUV 85.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 173 21 191 0.09 0.89 0 0.25 293.65 0.8 0.42
Hex AD 15 BF 9 59 0 19 126 50 2A
Octal 255 25 277 11 131 0 31 446 120 52
Binary 10101101 10101 10111111 1001 1011001 0 11001 100100110 1010000 101010

Color Harmonies of #AD15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15BF

Black with #AD15BF

Text Example


Text Example

White with #AD15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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