Html Css Color HEX #AD0DDC Dark Violet

📋 copy color: '#AD0DDC'

red 173 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #AD0DDC

Tints of Dark Violet #AD0DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.2%

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 42.61%
G = 3.2%
B = 54.19%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD0DDC (or 0xAD0DDC) is known color: Dark Violet. HEX triplet: AD, 0D and DC. RGB value is (173,13,220). Sum of RGB (Red+Green+Blue) = 173+13+220=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD0DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DDC is #52F223. Grayscale: #535353. Windows color (decimal): -5435940 or 14421421. OLE color: 14421421.

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

Color convert

RGB 173 13 220 -
CMYK 0.21 0.94 0 0.14
HSL 286.38º 0.89% 0.46% -
HSV(B) 286.38º 0.94% 0.86% -
XYZ 30.3 14.34 68.88 -
YUV 84.44 204.51 191.17 -
System Red Green Blue C M Y K H S L
Decimal 173 13 220 0.21 0.94 0 0.14 286.38 0.89 0.46
Hex AD D DC 15 5E 0 E 11E 59 2E
Octal 255 15 334 25 136 0 16 436 131 56
Binary 10101101 1101 11011100 10101 1011110 0 1110 100011110 1011001 101110

Color Harmonies of #AD0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DDC

Black with #AD0DDC

Text Example


Text Example

White with #AD0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DDC; }

 p { color: rgb(173,13,220); }

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

background-color css

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

 a { background-color: rgb(173,13,220); }

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

border-color css

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

 span { border-color: rgb(173,13,220); }

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