Html Css Color HEX #AD16BE Deep Magenta

📋 copy color: '#AD16BE'

red 173 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #AD16BE

Tints of Deep Magenta #AD16BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 44.94%
G = 5.71%
B = 49.35%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD16BE (or 0xAD16BE) is known color: Deep Magenta. HEX triplet: AD, 16 and BE. RGB value is (173,22,190). Sum of RGB (Red+Green+Blue) = 173+22+190=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16BE is #52E941. Grayscale: #555555. Windows color (decimal): -5433666 or 12457645. OLE color: 12457645.

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

Color convert

RGB 173 22 190 -
CMYK 0.09 0.88 0 0.25
HSL 293.93º 0.79% 0.42% -
HSV(B) 293.93º 0.88% 0.75% -
XYZ 26.81 13.18 49.85 -
YUV 86.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 173 22 190 0.09 0.88 0 0.25 293.93 0.79 0.42
Hex AD 16 BE 9 58 0 19 126 4F 2A
Octal 255 26 276 11 130 0 31 446 117 52
Binary 10101101 10110 10111110 1001 1011000 0 11001 100100110 1001111 101010

Color Harmonies of #AD16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16BE

Black with #AD16BE

Text Example


Text Example

White with #AD16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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