Html Css Color HEX #AD17B7 Deep Magenta

📋 copy color: '#AD17B7'

red 173 ◦ green 23 ◦ blue 183

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

Shades of Deep Magenta #AD17B7

Tints of Deep Magenta #AD17B7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.07%

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 45.65%
G = 6.07%
B = 48.28%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD17B7 (or 0xAD17B7) is known color: Deep Magenta. HEX triplet: AD, 17 and B7. RGB value is (173,23,183). Sum of RGB (Red+Green+Blue) = 173+23+183=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD17B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17B7 is #52E848. Grayscale: #555555. Windows color (decimal): -5433417 or 11999149. OLE color: 11999149.

HSL color Cylindrical-coordinate representation of color #AD17B7: hue angle of 296.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD17B7 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 23 183 -
CMYK 0.05 0.87 0 0.28
HSL 296.25º 0.78% 0.4% -
HSV(B) 296.25º 0.87% 0.72% -
XYZ 26.09 12.92 45.92 -
YUV 86.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 173 23 183 0.05 0.87 0 0.28 296.25 0.78 0.4
Hex AD 17 B7 5 57 0 1C 128 4E 28
Octal 255 27 267 5 127 0 34 450 116 50
Binary 10101101 10111 10110111 101 1010111 0 11100 100101000 1001110 101000

Color Harmonies of #AD17B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17B7

Black with #AD17B7

Text Example


Text Example

White with #AD17B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17B7; }

 p { color: rgb(173,23,183); }

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

background-color css

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

 a { background-color: rgb(173,23,183); }

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

border-color css

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

 span { border-color: rgb(173,23,183); }

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