Html Css Color HEX #AD0BDE Dark Violet

📋 copy color: '#AD0BDE'

red 173 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #AD0BDE

Tints of Dark Violet #AD0BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

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

R = 42.61%
G = 2.71%
B = 54.68%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD0BDE (or 0xAD0BDE) is known color: Dark Violet. HEX triplet: AD, 0B and DE. RGB value is (173,11,222). Sum of RGB (Red+Green+Blue) = 173+11+222=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BDE is #52F421. Grayscale: #525252. Windows color (decimal): -5436450 or 14551981. OLE color: 14551981.

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

Color convert

RGB 173 11 222 -
CMYK 0.22 0.95 0 0.13
HSL 286.07º 0.91% 0.46% -
HSV(B) 286.07º 0.95% 0.87% -
XYZ 30.54 14.4 70.28 -
YUV 83.49 206.17 191.84 -
System Red Green Blue C M Y K H S L
Decimal 173 11 222 0.22 0.95 0 0.13 286.07 0.91 0.46
Hex AD B DE 16 5F 0 D 11E 5B 2E
Octal 255 13 336 26 137 0 15 436 133 56
Binary 10101101 1011 11011110 10110 1011111 0 1101 100011110 1011011 101110

Color Harmonies of #AD0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BDE

Black with #AD0BDE

Text Example


Text Example

White with #AD0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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