Html Css Color HEX #AD16CF Dark Violet

📋 copy color: '#AD16CF'

red 173 ◦ green 22 ◦ blue 207

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

Shades of Dark Violet #AD16CF

Tints of Dark Violet #AD16CF

RGB

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

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

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

R = 43.03%
G = 5.47%
B = 51.49%

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

#AD16CF (or 0xAD16CF) is known color: Dark Violet. HEX triplet: AD, 16 and CF. RGB value is (173,22,207). Sum of RGB (Red+Green+Blue) = 173+22+207=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD16CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16CF is #52E930. Grayscale: #575757. Windows color (decimal): -5433649 or 13571757. OLE color: 13571757.

HSL color Cylindrical-coordinate representation of color #AD16CF: hue angle of 288.97º degrees, saturation: 0.81, 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 #AD16CF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 22 207 -
CMYK 0.16 0.89 0 0.19
HSL 288.97º 0.81% 0.45% -
HSV(B) 288.97º 0.89% 0.81% -
XYZ 28.78 13.96 60.21 -
YUV 88.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 173 22 207 0.16 0.89 0 0.19 288.97 0.81 0.45
Hex AD 16 CF 10 59 0 13 121 51 2D
Octal 255 26 317 20 131 0 23 441 121 55
Binary 10101101 10110 11001111 10000 1011001 0 10011 100100001 1010001 101101

Color Harmonies of #AD16CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16CF

Black with #AD16CF

Text Example


Text Example

White with #AD16CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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