Html Css Color HEX #AD01DC Dark Violet

📋 copy color: '#AD01DC'

red 173 ◦ green 1 ◦ blue 220

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

Shades of Dark Violet #AD01DC

Tints of Dark Violet #AD01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 43.91%
G = 0.25%
B = 55.84%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD01DC (or 0xAD01DC) is known color: Dark Violet. HEX triplet: AD, 01 and DC. RGB value is (173,1,220). Sum of RGB (Red+Green+Blue) = 173+1+220=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD01DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01DC is #52FE23. Grayscale: #4C4C4C. Windows color (decimal): -5439012 or 14418349. OLE color: 14418349.

HSL color Cylindrical-coordinate representation of color #AD01DC: hue angle of 287.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01DC is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 1 220 -
CMYK 0.21 1.00 0 0.14
HSL 287.12º 0.99% 0.43% -
HSV(B) 287.12º 1% 0.86% -
XYZ 30.16 14.07 68.84 -
YUV 77.39 208.48 196.19 -
System Red Green Blue C M Y K H S L
Decimal 173 1 220 0.21 1.00 0 0.14 287.12 0.99 0.43
Hex AD 1 DC 15 64 0 E 11F 63 2B
Octal 255 1 334 25 144 0 16 437 143 53
Binary 10101101 1 11011100 10101 1100100 0 1110 100011111 1100011 101011

Color Harmonies of #AD01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01DC

Black with #AD01DC

Text Example


Text Example

White with #AD01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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