Html Css Color HEX #AD10DB Dark Violet

📋 copy color: '#AD10DB'

red 173 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #AD10DB

Tints of Dark Violet #AD10DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 42.4%
G = 3.92%
B = 53.68%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD10DB (or 0xAD10DB) is known color: Dark Violet. HEX triplet: AD, 10 and DB. RGB value is (173,16,219). Sum of RGB (Red+Green+Blue) = 173+16+219=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10DB is #52EF24. Grayscale: #555555. Windows color (decimal): -5435173 or 14356653. OLE color: 14356653.

HSL color Cylindrical-coordinate representation of color #AD10DB: hue angle of 286.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10DB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 16 219 -
CMYK 0.21 0.93 0 0.14
HSL 286.4º 0.86% 0.46% -
HSV(B) 286.4º 0.93% 0.86% -
XYZ 30.21 14.37 68.2 -
YUV 86.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 173 16 219 0.21 0.93 0 0.14 286.4 0.86 0.46
Hex AD 10 DB 15 5D 0 E 11E 56 2E
Octal 255 20 333 25 135 0 16 436 126 56
Binary 10101101 10000 11011011 10101 1011101 0 1110 100011110 1010110 101110

Color Harmonies of #AD10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10DB

Black with #AD10DB

Text Example


Text Example

White with #AD10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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