Html Css Color HEX #AD31DE Dark Orchid

📋 copy color: '#AD31DE'

red 173 ◦ green 49 ◦ blue 222

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

Shades of Dark Orchid #AD31DE

Tints of Dark Orchid #AD31DE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.04%

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

R = 38.96%
G = 11.04%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD31DE (or 0xAD31DE) is known color: Dark Orchid. HEX triplet: AD, 31 and DE. RGB value is (173,49,222). Sum of RGB (Red+Green+Blue) = 173+49+222=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD31DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31DE is #52CE21. Grayscale: #696969. Windows color (decimal): -5426722 or 14561709. OLE color: 14561709.

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

Color convert

RGB 173 49 222 -
CMYK 0.22 0.78 0 0.13
HSL 283.01º 0.72% 0.53% -
HSV(B) 283.01º 0.78% 0.87% -
XYZ 31.52 16.35 70.6 -
YUV 105.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 173 49 222 0.22 0.78 0 0.13 283.01 0.72 0.53
Hex AD 31 DE 16 4E 0 D 11B 48 35
Octal 255 61 336 26 116 0 15 433 110 65
Binary 10101101 110001 11011110 10110 1001110 0 1101 100011011 1001000 110101

Color Harmonies of #AD31DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31DE

Black with #AD31DE

Text Example


Text Example

White with #AD31DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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