Html Css Color HEX #AD11DA Dark Violet

📋 copy color: '#AD11DA'

red 173 ◦ green 17 ◦ blue 218

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

Shades of Dark Violet #AD11DA

Tints of Dark Violet #AD11DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 42.4%
G = 4.17%
B = 53.43%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD11DA (or 0xAD11DA) is known color: Dark Violet. HEX triplet: AD, 11 and DA. RGB value is (173,17,218). Sum of RGB (Red+Green+Blue) = 173+17+218=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD11DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11DA is #52EE25. Grayscale: #555555. Windows color (decimal): -5434918 or 14291373. OLE color: 14291373.

HSL color Cylindrical-coordinate representation of color #AD11DA: hue angle of 286.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD11DA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 17 218 -
CMYK 0.21 0.92 0 0.15
HSL 286.57º 0.86% 0.46% -
HSV(B) 286.57º 0.92% 0.85% -
XYZ 30.09 14.35 67.51 -
YUV 86.56 202.18 189.66 -
System Red Green Blue C M Y K H S L
Decimal 173 17 218 0.21 0.92 0 0.15 286.57 0.86 0.46
Hex AD 11 DA 15 5C 0 F 11F 56 2E
Octal 255 21 332 25 134 0 17 437 126 56
Binary 10101101 10001 11011010 10101 1011100 0 1111 100011111 1010110 101110

Color Harmonies of #AD11DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11DA

Black with #AD11DA

Text Example


Text Example

White with #AD11DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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