Html Css Color HEX #AD17B6 Deep Magenta

📋 copy color: '#AD17B6'

red 173 ◦ green 23 ◦ blue 182

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

Shades of Deep Magenta #AD17B6

Tints of Deep Magenta #AD17B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.15%

R = 45.77%
G = 6.08%
B = 48.15%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD17B6 (or 0xAD17B6) is known color: Deep Magenta. HEX triplet: AD, 17 and B6. RGB value is (173,23,182). Sum of RGB (Red+Green+Blue) = 173+23+182=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD17B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17B6 is #52E849. Grayscale: #555555. Windows color (decimal): -5433418 or 11933613. OLE color: 11933613.

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

Color convert

RGB 173 23 182 -
CMYK 0.05 0.87 0 0.29
HSL 296.6º 0.78% 0.4% -
HSV(B) 296.6º 0.87% 0.71% -
XYZ 25.98 12.87 45.37 -
YUV 85.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 173 23 182 0.05 0.87 0 0.29 296.6 0.78 0.4
Hex AD 17 B6 5 57 0 1D 129 4E 28
Octal 255 27 266 5 127 0 35 451 116 50
Binary 10101101 10111 10110110 101 1010111 0 11101 100101001 1001110 101000

Color Harmonies of #AD17B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17B6

Black with #AD17B6

Text Example


Text Example

White with #AD17B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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