Html Css Color HEX #AD19DF Dark Violet

📋 copy color: '#AD19DF'

red 173 ◦ green 25 ◦ blue 223

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

Shades of Dark Violet #AD19DF

Tints of Dark Violet #AD19DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 41.09%
G = 5.94%
B = 52.97%

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

#AD19DF (or 0xAD19DF) is known color: Dark Violet. HEX triplet: AD, 19 and DF. RGB value is (173,25,223). Sum of RGB (Red+Green+Blue) = 173+25+223=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD19DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19DF is #52E620. Grayscale: #5B5B5B. Windows color (decimal): -5432865 or 14621101. OLE color: 14621101.

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

Color convert

RGB 173 25 223 -
CMYK 0.22 0.89 0 0.13
HSL 284.85º 0.8% 0.49% -
HSV(B) 284.85º 0.89% 0.87% -
XYZ 30.9 14.91 71.06 -
YUV 91.82 202.03 185.9 -
System Red Green Blue C M Y K H S L
Decimal 173 25 223 0.22 0.89 0 0.13 284.85 0.8 0.49
Hex AD 19 DF 16 59 0 D 11D 50 31
Octal 255 31 337 26 131 0 15 435 120 61
Binary 10101101 11001 11011111 10110 1011001 0 1101 100011101 1010000 110001

Color Harmonies of #AD19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19DF

Black with #AD19DF

Text Example


Text Example

White with #AD19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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