Html Css Color HEX #AD19E0 Dark Violet

📋 copy color: '#AD19E0'

red 173 ◦ green 25 ◦ blue 224

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

Shades of Dark Violet #AD19E0

Tints of Dark Violet #AD19E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.08%

R = 41%
G = 5.92%
B = 53.08%

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

#AD19E0 (or 0xAD19E0) is known color: Dark Violet. HEX triplet: AD, 19 and E0. RGB value is (173,25,224). Sum of RGB (Red+Green+Blue) = 173+25+224=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD19E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19E0 is #52E61F. Grayscale: #5B5B5B. Windows color (decimal): -5432864 or 14686637. OLE color: 14686637.

HSL color Cylindrical-coordinate representation of color #AD19E0: hue angle of 284.62º 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 #AD19E0 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 25 224 -
CMYK 0.23 0.89 0 0.12
HSL 284.62º 0.8% 0.49% -
HSV(B) 284.62º 0.89% 0.88% -
XYZ 31.04 14.96 71.77 -
YUV 91.94 202.53 185.82 -
System Red Green Blue C M Y K H S L
Decimal 173 25 224 0.23 0.89 0 0.12 284.62 0.8 0.49
Hex AD 19 E0 17 59 0 C 11D 50 31
Octal 255 31 340 27 131 0 14 435 120 61
Binary 10101101 11001 11100000 10111 1011001 0 1100 100011101 1010000 110001

Color Harmonies of #AD19E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19E0

Black with #AD19E0

Text Example


Text Example

White with #AD19E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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