#AD5EDD

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

Shades of Medium Orchid #AD5EDD

Tints of Medium Orchid #AD5EDD

Color information

#AD5EDD (or 0xAD5EDD) is unknown color: approx Medium Orchid. HEX triplet: AD, 5E and DD. RGB value is (173,94,221). Sum of RGB (Red+Green+Blue) = 173+94+221=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EDD is #52A122. Grayscale: #838383. Windows color (decimal): -5415203 or 14507693. OLE color: 14507693.

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

Color convert

RGB17394221-
CMYK0.220.5700.13
HSL277.32º65.13%61.76%-
HSV(B)277.32º57.47%86.67%-
XYZ34.2922.1170.87-
YUV132.1178.17157.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=35.45%
G=19.26%
B=45.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173942210.220.5700.13277.3265.1361.76
HexAD5EDD16390D115413e
Octal255136335267101542510176
Binary1010110110111101101110110110111001011011000101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5EDD; }

 p { color: rgb(173,94,221); }

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

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

 a { background-color: rgb(173,94,221); }

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

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

 span { border-color: rgb(173,94,221); }

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