Html Css Color HEX #AD0ADE Dark Violet

📋 copy color: '#AD0ADE'

red 173 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #AD0ADE

Tints of Dark Violet #AD0ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.47%

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

R = 42.72%
G = 2.47%
B = 54.81%

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

#AD0ADE (or 0xAD0ADE) is known color: Dark Violet. HEX triplet: AD, 0A and DE. RGB value is (173,10,222). Sum of RGB (Red+Green+Blue) = 173+10+222=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ADE is #52F521. Grayscale: #525252. Windows color (decimal): -5436706 or 14551725. OLE color: 14551725.

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

Color convert

RGB 173 10 222 -
CMYK 0.22 0.95 0 0.13
HSL 286.13º 0.91% 0.45% -
HSV(B) 286.13º 0.95% 0.87% -
XYZ 30.53 14.38 70.27 -
YUV 82.91 206.5 192.26 -
System Red Green Blue C M Y K H S L
Decimal 173 10 222 0.22 0.95 0 0.13 286.13 0.91 0.45
Hex AD A DE 16 5F 0 D 11E 5B 2D
Octal 255 12 336 26 137 0 15 436 133 55
Binary 10101101 1010 11011110 10110 1011111 0 1101 100011110 1011011 101101

Color Harmonies of #AD0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0ADE

Black with #AD0ADE

Text Example


Text Example

White with #AD0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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