Html Css Color HEX #AD17DD Dark Violet

📋 copy color: '#AD17DD'

red 173 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #AD17DD

Tints of Dark Violet #AD17DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 41.49%
G = 5.52%
B = 53%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD17DD (or 0xAD17DD) is known color: Dark Violet. HEX triplet: AD, 17 and DD. RGB value is (173,23,221). Sum of RGB (Red+Green+Blue) = 173+23+221=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD17DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17DD is #52E822. Grayscale: #595959. Windows color (decimal): -5433379 or 14489517. OLE color: 14489517.

HSL color Cylindrical-coordinate representation of color #AD17DD: hue angle of 285.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD17DD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 23 221 -
CMYK 0.22 0.90 0 0.13
HSL 285.45º 0.81% 0.48% -
HSV(B) 285.45º 0.9% 0.87% -
XYZ 30.59 14.72 69.64 -
YUV 90.42 201.7 186.9 -
System Red Green Blue C M Y K H S L
Decimal 173 23 221 0.22 0.90 0 0.13 285.45 0.81 0.48
Hex AD 17 DD 16 5A 0 D 11D 51 30
Octal 255 27 335 26 132 0 15 435 121 60
Binary 10101101 10111 11011101 10110 1011010 0 1101 100011101 1010001 110000

Color Harmonies of #AD17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17DD

Black with #AD17DD

Text Example


Text Example

White with #AD17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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