Html Css Color HEX #AD19DE Dark Violet

📋 copy color: '#AD19DE'

red 173 ◦ green 25 ◦ blue 222

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

Shades of Dark Violet #AD19DE

Tints of Dark Violet #AD19DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.95%

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 41.19%
G = 5.95%
B = 52.86%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD19DE (or 0xAD19DE) is known color: Dark Violet. HEX triplet: AD, 19 and DE. RGB value is (173,25,222). Sum of RGB (Red+Green+Blue) = 173+25+222=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD19DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19DE is #52E621. Grayscale: #5B5B5B. Windows color (decimal): -5432866 or 14555565. OLE color: 14555565.

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

Color convert

RGB 173 25 222 -
CMYK 0.22 0.89 0 0.13
HSL 285.08º 0.8% 0.48% -
HSV(B) 285.08º 0.89% 0.87% -
XYZ 30.77 14.85 70.35 -
YUV 91.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 173 25 222 0.22 0.89 0 0.13 285.08 0.8 0.48
Hex AD 19 DE 16 59 0 D 11D 50 30
Octal 255 31 336 26 131 0 15 435 120 60
Binary 10101101 11001 11011110 10110 1011001 0 1101 100011101 1010000 110000

Color Harmonies of #AD19DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19DE

Black with #AD19DE

Text Example


Text Example

White with #AD19DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19DE; }

 p { color: rgb(173,25,222); }

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

background-color css

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

 a { background-color: rgb(173,25,222); }

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

border-color css

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

 span { border-color: rgb(173,25,222); }

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