Html Css Color HEX #AD04DE Dark Violet

📋 copy color: '#AD04DE'

red 173 ◦ green 4 ◦ blue 222

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

Shades of Dark Violet #AD04DE

Tints of Dark Violet #AD04DE

RGB

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

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

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

R = 43.36%
G = 1%
B = 55.64%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD04DE (or 0xAD04DE) is known color: Dark Violet. HEX triplet: AD, 04 and DE. RGB value is (173,4,222). Sum of RGB (Red+Green+Blue) = 173+4+222=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD04DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04DE is #52FB21. Grayscale: #4E4E4E. Windows color (decimal): -5438242 or 14550189. OLE color: 14550189.

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

Color convert

RGB 173 4 222 -
CMYK 0.22 0.98 0 0.13
HSL 286.51º 0.96% 0.44% -
HSV(B) 286.51º 0.98% 0.87% -
XYZ 30.46 14.25 70.25 -
YUV 79.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 173 4 222 0.22 0.98 0 0.13 286.51 0.96 0.44
Hex AD 4 DE 16 62 0 D 11F 60 2C
Octal 255 4 336 26 142 0 15 437 140 54
Binary 10101101 100 11011110 10110 1100010 0 1101 100011111 1100000 101100

Color Harmonies of #AD04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04DE

Black with #AD04DE

Text Example


Text Example

White with #AD04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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