Html Css Color HEX #AD19E4 Dark Violet

📋 copy color: '#AD19E4'

red 173 ◦ green 25 ◦ blue 228

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

Shades of Dark Violet #AD19E4

Tints of Dark Violet #AD19E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.52%

R = 40.61%
G = 5.87%
B = 53.52%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD19E4 (or 0xAD19E4) is known color: Dark Violet. HEX triplet: AD, 19 and E4. RGB value is (173,25,228). Sum of RGB (Red+Green+Blue) = 173+25+228=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD19E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19E4 is #52E61B. Grayscale: #5B5B5B. Windows color (decimal): -5432860 or 14948781. OLE color: 14948781.

HSL color Cylindrical-coordinate representation of color #AD19E4: hue angle of 283.74º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19E4 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 25 228 -
CMYK 0.24 0.89 0 0.11
HSL 283.74º 0.8% 0.5% -
HSV(B) 283.74º 0.89% 0.89% -
XYZ 31.58 15.18 74.66 -
YUV 92.39 204.53 185.49 -
System Red Green Blue C M Y K H S L
Decimal 173 25 228 0.24 0.89 0 0.11 283.74 0.8 0.5
Hex AD 19 E4 18 59 0 B 11C 50 32
Octal 255 31 344 30 131 0 13 434 120 62
Binary 10101101 11001 11100100 11000 1011001 0 1011 100011100 1010000 110010

Color Harmonies of #AD19E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19E4

Black with #AD19E4

Text Example


Text Example

White with #AD19E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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