Html Css Color HEX #AD04C9 Dark Violet

📋 copy color: '#AD04C9'

red 173 ◦ green 4 ◦ blue 201

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

Shades of Dark Violet #AD04C9

Tints of Dark Violet #AD04C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.17%

R = 45.77%
G = 1.06%
B = 53.17%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD04C9 (or 0xAD04C9) is known color: Dark Violet. HEX triplet: AD, 04 and C9. RGB value is (173,4,201). Sum of RGB (Red+Green+Blue) = 173+4+201=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD04C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04C9 is #52FB36. Grayscale: #4C4C4C. Windows color (decimal): -5438263 or 13173933. OLE color: 13173933.

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

Color convert

RGB 173 4 201 -
CMYK 0.14 0.98 0 0.21
HSL 291.47º 0.96% 0.4% -
HSV(B) 291.47º 0.98% 0.79% -
XYZ 27.82 13.19 56.34 -
YUV 76.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 173 4 201 0.14 0.98 0 0.21 291.47 0.96 0.4
Hex AD 4 C9 E 62 0 15 123 60 28
Octal 255 4 311 16 142 0 25 443 140 50
Binary 10101101 100 11001001 1110 1100010 0 10101 100100011 1100000 101000

Color Harmonies of #AD04C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04C9

Black with #AD04C9

Text Example


Text Example

White with #AD04C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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