#AD5DE3

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

Shades of Medium Orchid #AD5DE3

Tints of Medium Orchid #AD5DE3

Color information

#AD5DE3 (or 0xAD5DE3) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and E3. RGB value is (173,93,227). Sum of RGB (Red+Green+Blue) = 173+93+227=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD5DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DE3 is #52A21C. Grayscale: #838383. Windows color (decimal): -5415453 or 14900653. OLE color: 14900653.

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

Color convert

RGB17393227-
CMYK0.240.5900.11
HSL275.82º70.53%62.75%-
HSV(B)275.82º59.03%89.02%-
XYZ35.0122.2675.12-
YUV132.2181.5157.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 227 (89.06% from 255) = 46.04%
R=35.09%
G=18.86%
B=46.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal173932270.240.5900.11275.8270.5362.75
HexAD5DE3183B0B114473f
Octal255135343307301342410777
Binary1010110110111011110001111000111011010111000101001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DE3; }

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

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

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

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

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

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

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

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