Html Css Color HEX #AD0EDD Dark Violet

📋 copy color: '#AD0EDD'

red 173 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #AD0EDD

Tints of Dark Violet #AD0EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.43%

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

R = 42.4%
G = 3.43%
B = 54.17%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD0EDD (or 0xAD0EDD) is known color: Dark Violet. HEX triplet: AD, 0E and DD. RGB value is (173,14,221). Sum of RGB (Red+Green+Blue) = 173+14+221=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD0EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EDD is #52F122. Grayscale: #545454. Windows color (decimal): -5435683 or 14487213. OLE color: 14487213.

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

Color convert

RGB 173 14 221 -
CMYK 0.22 0.94 0 0.13
HSL 286.09º 0.88% 0.46% -
HSV(B) 286.09º 0.94% 0.87% -
XYZ 30.44 14.42 69.59 -
YUV 85.14 204.68 190.67 -
System Red Green Blue C M Y K H S L
Decimal 173 14 221 0.22 0.94 0 0.13 286.09 0.88 0.46
Hex AD E DD 16 5E 0 D 11E 58 2E
Octal 255 16 335 26 136 0 15 436 130 56
Binary 10101101 1110 11011101 10110 1011110 0 1101 100011110 1011000 101110

Color Harmonies of #AD0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EDD

Black with #AD0EDD

Text Example


Text Example

White with #AD0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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