Html Css Color HEX #AD17DB Dark Violet

📋 copy color: '#AD17DB'

red 173 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #AD17DB

Tints of Dark Violet #AD17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 41.69%
G = 5.54%
B = 52.77%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD17DB (or 0xAD17DB) is known color: Dark Violet. HEX triplet: AD, 17 and DB. RGB value is (173,23,219). Sum of RGB (Red+Green+Blue) = 173+23+219=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17DB is #52E824. Grayscale: #595959. Windows color (decimal): -5433381 or 14358445. OLE color: 14358445.

HSL color Cylindrical-coordinate representation of color #AD17DB: hue angle of 285.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD17DB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 23 219 -
CMYK 0.21 0.89 0 0.14
HSL 285.92º 0.81% 0.47% -
HSV(B) 285.92º 0.89% 0.86% -
XYZ 30.33 14.61 68.24 -
YUV 90.19 200.7 187.06 -
System Red Green Blue C M Y K H S L
Decimal 173 23 219 0.21 0.89 0 0.14 285.92 0.81 0.47
Hex AD 17 DB 15 59 0 E 11E 51 2F
Octal 255 27 333 25 131 0 16 436 121 57
Binary 10101101 10111 11011011 10101 1011001 0 1110 100011110 1010001 101111

Color Harmonies of #AD17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17DB

Black with #AD17DB

Text Example


Text Example

White with #AD17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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