Html Css Color HEX #AD16CC Dark Violet

📋 copy color: '#AD16CC'

red 173 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #AD16CC

Tints of Dark Violet #AD16CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 43.36%
G = 5.51%
B = 51.13%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD16CC (or 0xAD16CC) is known color: Dark Violet. HEX triplet: AD, 16 and CC. RGB value is (173,22,204). Sum of RGB (Red+Green+Blue) = 173+22+204=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16CC is #52E933. Grayscale: #575757. Windows color (decimal): -5433652 or 13375149. OLE color: 13375149.

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

Color convert

RGB 173 22 204 -
CMYK 0.15 0.89 0 0.2
HSL 289.78º 0.81% 0.44% -
HSV(B) 289.78º 0.89% 0.8% -
XYZ 28.42 13.82 58.3 -
YUV 87.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 173 22 204 0.15 0.89 0 0.2 289.78 0.81 0.44
Hex AD 16 CC F 59 0 14 122 51 2C
Octal 255 26 314 17 131 0 24 442 121 54
Binary 10101101 10110 11001100 1111 1011001 0 10100 100100010 1010001 101100

Color Harmonies of #AD16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16CC

Black with #AD16CC

Text Example


Text Example

White with #AD16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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