#AD5CDE

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

Shades of Medium Orchid #AD5CDE

Tints of Medium Orchid #AD5CDE

Color information

#AD5CDE (or 0xAD5CDE) is unknown color: approx Medium Orchid. HEX triplet: AD, 5C and DE. RGB value is (173,92,222). Sum of RGB (Red+Green+Blue) = 173+92+222=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CDE is #52A321. Grayscale: #828282. Windows color (decimal): -5415714 or 14572717. OLE color: 14572717.

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

Color convert

RGB17392222-
CMYK0.220.5900.13
HSL277.38º66.33%61.57%-
HSV(B)277.38º58.56%87.06%-
XYZ34.2521.8171.51-
YUV131.04179.34157.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=35.52%
G=18.89%
B=45.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173922220.220.5900.13277.3866.3361.57
HexAD5CDE163B0D115423e
Octal255134336267301542510276
Binary1010110110111001101111010110111011011011000101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CDE; }

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

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

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

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

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

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

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

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