Html Css Color HEX #AD0DDE Dark Violet

📋 copy color: '#AD0DDE'

red 173 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #AD0DDE

Tints of Dark Violet #AD0DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 42.4%
G = 3.19%
B = 54.41%

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

#AD0DDE (or 0xAD0DDE) is known color: Dark Violet. HEX triplet: AD, 0D and DE. RGB value is (173,13,222). Sum of RGB (Red+Green+Blue) = 173+13+222=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD0DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DDE is #52F221. Grayscale: #535353. Windows color (decimal): -5435938 or 14552493. OLE color: 14552493.

HSL color Cylindrical-coordinate representation of color #AD0DDE: hue angle of 285.93º degrees, saturation: 0.89, 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 #AD0DDE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 13 222 -
CMYK 0.22 0.94 0 0.13
HSL 285.93º 0.89% 0.46% -
HSV(B) 285.93º 0.94% 0.87% -
XYZ 30.56 14.45 70.28 -
YUV 84.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 173 13 222 0.22 0.94 0 0.13 285.93 0.89 0.46
Hex AD D DE 16 5E 0 D 11E 59 2E
Octal 255 15 336 26 136 0 15 436 131 56
Binary 10101101 1101 11011110 10110 1011110 0 1101 100011110 1011001 101110

Color Harmonies of #AD0DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DDE

Black with #AD0DDE

Text Example


Text Example

White with #AD0DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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