Html Css Color HEX #AD01DE Dark Violet

📋 copy color: '#AD01DE'

red 173 ◦ green 1 ◦ blue 222

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

Shades of Dark Violet #AD01DE

Tints of Dark Violet #AD01DE

RGB

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

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

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

R = 43.69%
G = 0.25%
B = 56.06%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD01DE (or 0xAD01DE) is known color: Dark Violet. HEX triplet: AD, 01 and DE. RGB value is (173,1,222). Sum of RGB (Red+Green+Blue) = 173+1+222=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD01DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01DE is #52FE21. Grayscale: #4C4C4C. Windows color (decimal): -5439010 or 14549421. OLE color: 14549421.

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

Color convert

RGB 173 1 222 -
CMYK 0.22 1.00 0 0.13
HSL 286.7º 0.99% 0.44% -
HSV(B) 286.7º 1% 0.87% -
XYZ 30.43 14.18 70.24 -
YUV 77.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 173 1 222 0.22 1.00 0 0.13 286.7 0.99 0.44
Hex AD 1 DE 16 64 0 D 11F 63 2C
Octal 255 1 336 26 144 0 15 437 143 54
Binary 10101101 1 11011110 10110 1100100 0 1101 100011111 1100011 101100

Color Harmonies of #AD01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01DE

Black with #AD01DE

Text Example


Text Example

White with #AD01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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