Html Css Color HEX #AD11E0 Dark Violet

📋 copy color: '#AD11E0'

red 173 ◦ green 17 ◦ blue 224

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

Shades of Dark Violet #AD11E0

Tints of Dark Violet #AD11E0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.11%

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

R = 41.79%
G = 4.11%
B = 54.11%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD11E0 (or 0xAD11E0) is known color: Dark Violet. HEX triplet: AD, 11 and E0. RGB value is (173,17,224). Sum of RGB (Red+Green+Blue) = 173+17+224=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD11E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11E0 is #52EE1F. Grayscale: #565656. Windows color (decimal): -5434912 or 14684589. OLE color: 14684589.

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

Color convert

RGB 173 17 224 -
CMYK 0.23 0.92 0 0.12
HSL 285.22º 0.86% 0.47% -
HSV(B) 285.22º 0.92% 0.88% -
XYZ 30.89 14.67 71.72 -
YUV 87.24 205.18 189.17 -
System Red Green Blue C M Y K H S L
Decimal 173 17 224 0.23 0.92 0 0.12 285.22 0.86 0.47
Hex AD 11 E0 17 5C 0 C 11D 56 2F
Octal 255 21 340 27 134 0 14 435 126 57
Binary 10101101 10001 11100000 10111 1011100 0 1100 100011101 1010110 101111

Color Harmonies of #AD11E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11E0

Black with #AD11E0

Text Example


Text Example

White with #AD11E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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