Html Css Color HEX #AD04DC Dark Violet

📋 copy color: '#AD04DC'

red 173 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #AD04DC

Tints of Dark Violet #AD04DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 43.58%
G = 1.01%
B = 55.42%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD04DC (or 0xAD04DC) is known color: Dark Violet. HEX triplet: AD, 04 and DC. RGB value is (173,4,220). Sum of RGB (Red+Green+Blue) = 173+4+220=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04DC is #52FB23. Grayscale: #4E4E4E. Windows color (decimal): -5438244 or 14419117. OLE color: 14419117.

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

Color convert

RGB 173 4 220 -
CMYK 0.21 0.98 0 0.14
HSL 286.94º 0.96% 0.44% -
HSV(B) 286.94º 0.98% 0.86% -
XYZ 30.2 14.14 68.85 -
YUV 79.16 207.49 194.94 -
System Red Green Blue C M Y K H S L
Decimal 173 4 220 0.21 0.98 0 0.14 286.94 0.96 0.44
Hex AD 4 DC 15 62 0 E 11F 60 2C
Octal 255 4 334 25 142 0 16 437 140 54
Binary 10101101 100 11011100 10101 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AD04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04DC

Black with #AD04DC

Text Example


Text Example

White with #AD04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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