Html Css Color HEX #AD16D1 Dark Violet

📋 copy color: '#AD16D1'

red 173 ◦ green 22 ◦ blue 209

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

Shades of Dark Violet #AD16D1

Tints of Dark Violet #AD16D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.73%

R = 42.82%
G = 5.45%
B = 51.73%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD16D1 (or 0xAD16D1) is known color: Dark Violet. HEX triplet: AD, 16 and D1. RGB value is (173,22,209). Sum of RGB (Red+Green+Blue) = 173+22+209=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD16D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16D1 is #52E92E. Grayscale: #575757. Windows color (decimal): -5433647 or 13702829. OLE color: 13702829.

HSL color Cylindrical-coordinate representation of color #AD16D1: hue angle of 288.45º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD16D1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 22 209 -
CMYK 0.17 0.89 0 0.18
HSL 288.45º 0.81% 0.45% -
HSV(B) 288.45º 0.89% 0.82% -
XYZ 29.03 14.06 61.51 -
YUV 88.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 173 22 209 0.17 0.89 0 0.18 288.45 0.81 0.45
Hex AD 16 D1 11 59 0 12 120 51 2D
Octal 255 26 321 21 131 0 22 440 121 55
Binary 10101101 10110 11010001 10001 1011001 0 10010 100100000 1010001 101101

Color Harmonies of #AD16D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16D1

Black with #AD16D1

Text Example


Text Example

White with #AD16D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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