Html Css Color HEX #AD0EDB Dark Violet

📋 copy color: '#AD0EDB'

red 173 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #AD0EDB

Tints of Dark Violet #AD0EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.45%

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

R = 42.61%
G = 3.45%
B = 53.94%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD0EDB (or 0xAD0EDB) is known color: Dark Violet. HEX triplet: AD, 0E and DB. RGB value is (173,14,219). Sum of RGB (Red+Green+Blue) = 173+14+219=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EDB is #52F124. Grayscale: #545454. Windows color (decimal): -5435685 or 14356141. OLE color: 14356141.

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

Color convert

RGB 173 14 219 -
CMYK 0.21 0.94 0 0.14
HSL 286.54º 0.88% 0.46% -
HSV(B) 286.54º 0.94% 0.86% -
XYZ 30.18 14.31 68.19 -
YUV 84.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 173 14 219 0.21 0.94 0 0.14 286.54 0.88 0.46
Hex AD E DB 15 5E 0 E 11F 58 2E
Octal 255 16 333 25 136 0 16 437 130 56
Binary 10101101 1110 11011011 10101 1011110 0 1110 100011111 1011000 101110

Color Harmonies of #AD0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EDB

Black with #AD0EDB

Text Example


Text Example

White with #AD0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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