Html Css Color HEX #AD19E1 Dark Violet

📋 copy color: '#AD19E1'

red 173 ◦ green 25 ◦ blue 225

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

Shades of Dark Violet #AD19E1

Tints of Dark Violet #AD19E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 40.9%
G = 5.91%
B = 53.19%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD19E1 (or 0xAD19E1) is known color: Dark Violet. HEX triplet: AD, 19 and E1. RGB value is (173,25,225). Sum of RGB (Red+Green+Blue) = 173+25+225=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD19E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19E1 is #52E61E. Grayscale: #5B5B5B. Windows color (decimal): -5432863 or 14752173. OLE color: 14752173.

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

Color convert

RGB 173 25 225 -
CMYK 0.23 0.89 0 0.12
HSL 284.4º 0.8% 0.49% -
HSV(B) 284.4º 0.89% 0.88% -
XYZ 31.17 15.02 72.49 -
YUV 92.05 203.03 185.74 -
System Red Green Blue C M Y K H S L
Decimal 173 25 225 0.23 0.89 0 0.12 284.4 0.8 0.49
Hex AD 19 E1 17 59 0 C 11C 50 31
Octal 255 31 341 27 131 0 14 434 120 61
Binary 10101101 11001 11100001 10111 1011001 0 1100 100011100 1010000 110001

Color Harmonies of #AD19E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19E1

Black with #AD19E1

Text Example


Text Example

White with #AD19E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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