Html Css Color HEX #AD00DE Dark Violet

📋 copy color: '#AD00DE'

red 173 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #AD00DE

Tints of Dark Violet #AD00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.8%
G = 0%
B = 56.2%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD00DE (or 0xAD00DE) is known color: Dark Violet. HEX triplet: AD, 00 and DE. RGB value is (173,0,222). Sum of RGB (Red+Green+Blue) = 173+0+222=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00DE is #52FF21. Grayscale: #4C4C4C. Windows color (decimal): -5439266 or 14549165. OLE color: 14549165.

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

Color convert

RGB 173 0 222 -
CMYK 0.22 1 0 0.13
HSL 286.76º 1% 0.44% -
HSV(B) 286.76º 1% 0.87% -
XYZ 30.42 14.16 70.24 -
YUV 77.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 173 0 222 0.22 1 0 0.13 286.76 1 0.44
Hex AD 0 DE 16 64 0 D 11F 64 2C
Octal 255 0 336 26 144 0 15 437 144 54
Binary 10101101 0 11011110 10110 1100100 0 1101 100011111 1100100 101100

Color Harmonies of #AD00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00DE

Black with #AD00DE

Text Example


Text Example

White with #AD00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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