Html Css Color HEX #AD00DC Dark Violet

📋 copy color: '#AD00DC'

red 173 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #AD00DC

Tints of Dark Violet #AD00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 44.02%
G = 0%
B = 55.98%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD00DC (or 0xAD00DC) is known color: Dark Violet. HEX triplet: AD, 00 and DC. RGB value is (173,0,220). Sum of RGB (Red+Green+Blue) = 173+0+220=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00DC is #52FF23. Grayscale: #4C4C4C. Windows color (decimal): -5439268 or 14418093. OLE color: 14418093.

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

Color convert

RGB 173 0 220 -
CMYK 0.21 1 0 0.14
HSL 287.18º 1% 0.43% -
HSV(B) 287.18º 1% 0.86% -
XYZ 30.15 14.05 68.83 -
YUV 76.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 173 0 220 0.21 1 0 0.14 287.18 1 0.43
Hex AD 0 DC 15 64 0 E 11F 64 2B
Octal 255 0 334 25 144 0 16 437 144 53
Binary 10101101 0 11011100 10101 1100100 0 1110 100011111 1100100 101011

Color Harmonies of #AD00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00DC

Black with #AD00DC

Text Example


Text Example

White with #AD00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00DC; }

 p { color: rgb(173,0,220); }

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

background-color css

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

 a { background-color: rgb(173,0,220); }

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

border-color css

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

 span { border-color: rgb(173,0,220); }

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