Html Css Color HEX #AD15BE Deep Magenta

📋 copy color: '#AD15BE'

red 173 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #AD15BE

Tints of Deep Magenta #AD15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 45.05%
G = 5.47%
B = 49.48%

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

#AD15BE (or 0xAD15BE) is known color: Deep Magenta. HEX triplet: AD, 15 and BE. RGB value is (173,21,190). Sum of RGB (Red+Green+Blue) = 173+21+190=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15BE is #52EA41. Grayscale: #555555. Windows color (decimal): -5433922 or 12457389. OLE color: 12457389.

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

Color convert

RGB 173 21 190 -
CMYK 0.09 0.89 0 0.25
HSL 293.96º 0.8% 0.41% -
HSV(B) 293.96º 0.89% 0.75% -
XYZ 26.8 13.14 49.84 -
YUV 85.71 186.86 190.26 -
System Red Green Blue C M Y K H S L
Decimal 173 21 190 0.09 0.89 0 0.25 293.96 0.8 0.41
Hex AD 15 BE 9 59 0 19 126 50 29
Octal 255 25 276 11 131 0 31 446 120 51
Binary 10101101 10101 10111110 1001 1011001 0 11001 100100110 1010000 101001

Color Harmonies of #AD15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15BE

Black with #AD15BE

Text Example


Text Example

White with #AD15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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