Html Css Color HEX #AD10DE Dark Violet

📋 copy color: '#AD10DE'

red 173 ◦ green 16 ◦ blue 222

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

Shades of Dark Violet #AD10DE

Tints of Dark Violet #AD10DE

RGB

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

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

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

R = 42.09%
G = 3.89%
B = 54.01%

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

#AD10DE (or 0xAD10DE) is known color: Dark Violet. HEX triplet: AD, 10 and DE. RGB value is (173,16,222). Sum of RGB (Red+Green+Blue) = 173+16+222=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD10DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10DE is #52EF21. Grayscale: #555555. Windows color (decimal): -5435170 or 14553261. OLE color: 14553261.

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

Color convert

RGB 173 16 222 -
CMYK 0.22 0.93 0 0.13
HSL 285.73º 0.87% 0.47% -
HSV(B) 285.73º 0.93% 0.87% -
XYZ 30.6 14.53 70.3 -
YUV 86.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 173 16 222 0.22 0.93 0 0.13 285.73 0.87 0.47
Hex AD 10 DE 16 5D 0 D 11E 57 2F
Octal 255 20 336 26 135 0 15 436 127 57
Binary 10101101 10000 11011110 10110 1011101 0 1101 100011110 1010111 101111

Color Harmonies of #AD10DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10DE

Black with #AD10DE

Text Example


Text Example

White with #AD10DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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