#AD5DED

Color #AD5DED Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AD5DED

Tints of Medium Orchid #AD5DED

Color information

#AD5DED (or 0xAD5DED) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and ED. RGB value is (173,93,237). Sum of RGB (Red+Green+Blue) = 173+93+237=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DED is #52A212. Grayscale: #848484. Windows color (decimal): -5415443 or 15556013. OLE color: 15556013.

HSL color Cylindrical-coordinate representation of color #AD5DED: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5DED is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17393237-
CMYK0.270.6100.07
HSL273.33º80%64.71%-
HSV(B)273.33º60.76%92.94%-
XYZ36.4322.8382.61-
YUV133.34186.5156.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=34.39%
G=18.49%
B=47.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173932370.270.6100.07273.338064.71
HexAD5DED1B3D071115041
Octal255135355337507421120101
Binary1010110110111011110110111011111101011110001000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DED; }

 p { color: rgb(173,93,237); }

 H1.HeaderClassName
 {
   color: #AD5DED;
 }
 .AnyTagClassName
 {
   color: #AD5DED;
 }
</style>
background-color css

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

 a { background-color: rgb(173,93,237); }

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

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

 span { border-color: rgb(173,93,237); }

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