Html Css Color HEX #AD16CB Dark Violet

📋 copy color: '#AD16CB'

red 173 ◦ green 22 ◦ blue 203

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

Shades of Dark Violet #AD16CB

Tints of Dark Violet #AD16CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 43.47%
G = 5.53%
B = 51.01%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD16CB (or 0xAD16CB) is known color: Dark Violet. HEX triplet: AD, 16 and CB. RGB value is (173,22,203). Sum of RGB (Red+Green+Blue) = 173+22+203=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD16CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16CB is #52E934. Grayscale: #575757. Windows color (decimal): -5433653 or 13309613. OLE color: 13309613.

HSL color Cylindrical-coordinate representation of color #AD16CB: hue angle of 290.06º degrees, saturation: 0.8, 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 #AD16CB is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 22 203 -
CMYK 0.15 0.89 0 0.20
HSL 290.06º 0.8% 0.44% -
HSV(B) 290.06º 0.89% 0.8% -
XYZ 28.3 13.77 57.67 -
YUV 87.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 173 22 203 0.15 0.89 0 0.20 290.06 0.8 0.44
Hex AD 16 CB F 59 0 14 122 50 2C
Octal 255 26 313 17 131 0 24 442 120 54
Binary 10101101 10110 11001011 1111 1011001 0 10100 100100010 1010000 101100

Color Harmonies of #AD16CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD16CB

Black with #AD16CB

Text Example


Text Example

White with #AD16CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD16CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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