Html Css Color HEX #AD10DD Dark Violet

📋 copy color: '#AD10DD'

red 173 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #AD10DD

Tints of Dark Violet #AD10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.9%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 42.2%
G = 3.9%
B = 53.9%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD10DD (or 0xAD10DD) is known color: Dark Violet. HEX triplet: AD, 10 and DD. RGB value is (173,16,221). Sum of RGB (Red+Green+Blue) = 173+16+221=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10DD is #52EF22. Grayscale: #555555. Windows color (decimal): -5435171 or 14487725. OLE color: 14487725.

HSL color Cylindrical-coordinate representation of color #AD10DD: hue angle of 285.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10DD is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 16 221 -
CMYK 0.22 0.93 0 0.13
HSL 285.95º 0.86% 0.46% -
HSV(B) 285.95º 0.93% 0.87% -
XYZ 30.47 14.48 69.59 -
YUV 86.31 204.01 189.83 -
System Red Green Blue C M Y K H S L
Decimal 173 16 221 0.22 0.93 0 0.13 285.95 0.86 0.46
Hex AD 10 DD 16 5D 0 D 11E 56 2E
Octal 255 20 335 26 135 0 15 436 126 56
Binary 10101101 10000 11011101 10110 1011101 0 1101 100011110 1010110 101110

Color Harmonies of #AD10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10DD

Black with #AD10DD

Text Example


Text Example

White with #AD10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10DD; }

 p { color: rgb(173,16,221); }

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

background-color css

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

 a { background-color: rgb(173,16,221); }

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

border-color css

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

 span { border-color: rgb(173,16,221); }

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