Html Css Color HEX #AD04DB Dark Violet

📋 copy color: '#AD04DB'

red 173 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #AD04DB

Tints of Dark Violet #AD04DB

RGB

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

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

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

R = 43.69%
G = 1.01%
B = 55.3%

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

#AD04DB (or 0xAD04DB) is known color: Dark Violet. HEX triplet: AD, 04 and DB. RGB value is (173,4,219). Sum of RGB (Red+Green+Blue) = 173+4+219=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04DB is #52FB24. Grayscale: #4E4E4E. Windows color (decimal): -5438245 or 14353581. OLE color: 14353581.

HSL color Cylindrical-coordinate representation of color #AD04DB: hue angle of 287.16º 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 #AD04DB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 4 219 -
CMYK 0.21 0.98 0 0.14
HSL 287.16º 0.96% 0.44% -
HSV(B) 287.16º 0.98% 0.86% -
XYZ 30.06 14.09 68.15 -
YUV 79.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 173 4 219 0.21 0.98 0 0.14 287.16 0.96 0.44
Hex AD 4 DB 15 62 0 E 11F 60 2C
Octal 255 4 333 25 142 0 16 437 140 54
Binary 10101101 100 11011011 10101 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AD04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04DB

Black with #AD04DB

Text Example


Text Example

White with #AD04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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