#AD5DE5

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

Shades of Medium Orchid #AD5DE5

Tints of Medium Orchid #AD5DE5

Color information

#AD5DE5 (or 0xAD5DE5) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and E5. RGB value is (173,93,229). Sum of RGB (Red+Green+Blue) = 173+93+229=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD5DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DE5 is #52A21A. Grayscale: #838383. Windows color (decimal): -5415451 or 15031725. OLE color: 15031725.

HSL color Cylindrical-coordinate representation of color #AD5DE5: hue angle of 275.29º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5DE5 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17393229-
CMYK0.240.5900.10
HSL275.29º72.34%63.14%-
HSV(B)275.29º59.39%89.8%-
XYZ35.2922.3776.59-
YUV132.42182.5156.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=34.95%
G=18.79%
B=46.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal173932290.240.5900.10275.2972.3463.14
HexAD5DE5183B0A113483f
Octal255135345307301242311077
Binary1010110110111011110010111000111011010101000100111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DE5; }

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

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

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

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

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

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

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

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