Html Css Color HEX #AD17CF Dark Violet

📋 copy color: '#AD17CF'

red 173 ◦ green 23 ◦ blue 207

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

Shades of Dark Violet #AD17CF

Tints of Dark Violet #AD17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 42.93%
G = 5.71%
B = 51.36%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD17CF (or 0xAD17CF) is known color: Dark Violet. HEX triplet: AD, 17 and CF. RGB value is (173,23,207). Sum of RGB (Red+Green+Blue) = 173+23+207=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD17CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17CF is #52E830. Grayscale: #585858. Windows color (decimal): -5433393 or 13572013. OLE color: 13572013.

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

Color convert

RGB 173 23 207 -
CMYK 0.16 0.89 0 0.19
HSL 288.91º 0.8% 0.45% -
HSV(B) 288.91º 0.89% 0.81% -
XYZ 28.8 14 60.22 -
YUV 88.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 173 23 207 0.16 0.89 0 0.19 288.91 0.8 0.45
Hex AD 17 CF 10 59 0 13 121 50 2D
Octal 255 27 317 20 131 0 23 441 120 55
Binary 10101101 10111 11001111 10000 1011001 0 10011 100100001 1010000 101101

Color Harmonies of #AD17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17CF

Black with #AD17CF

Text Example


Text Example

White with #AD17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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