Html Css Color HEX #AD05DC Dark Violet

📋 copy color: '#AD05DC'

red 173 ◦ green 5 ◦ blue 220

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

Shades of Dark Violet #AD05DC

Tints of Dark Violet #AD05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 43.47%
G = 1.26%
B = 55.28%

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

#AD05DC (or 0xAD05DC) is known color: Dark Violet. HEX triplet: AD, 05 and DC. RGB value is (173,5,220). Sum of RGB (Red+Green+Blue) = 173+5+220=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD05DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05DC is #52FA23. Grayscale: #4F4F4F. Windows color (decimal): -5437988 or 14419373. OLE color: 14419373.

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

Color convert

RGB 173 5 220 -
CMYK 0.21 0.98 0 0.14
HSL 286.88º 0.96% 0.44% -
HSV(B) 286.88º 0.98% 0.86% -
XYZ 30.21 14.16 68.85 -
YUV 79.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 173 5 220 0.21 0.98 0 0.14 286.88 0.96 0.44
Hex AD 5 DC 15 62 0 E 11F 60 2C
Octal 255 5 334 25 142 0 16 437 140 54
Binary 10101101 101 11011100 10101 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AD05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05DC

Black with #AD05DC

Text Example


Text Example

White with #AD05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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