#AD40ED

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

Shades of Medium Orchid #AD40ED

Tints of Medium Orchid #AD40ED

Color information

#AD40ED (or 0xAD40ED) is unknown color: approx Medium Orchid. HEX triplet: AD, 40 and ED. RGB value is (173,64,237). Sum of RGB (Red+Green+Blue) = 173+64+237=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD40ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40ED is #52BF12. Grayscale: #737373. Windows color (decimal): -5422867 or 15548589. OLE color: 15548589.

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

Color convert

RGB17364237-
CMYK0.270.7300.07
HSL277.8º82.78%59.02%-
HSV(B)277.8º73%92.94%-
XYZ34.3518.6781.91-
YUV116.31196.11168.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 64 (25.39% from 255) = 13.50%
BLUE value IS 237 (92.97% from 255) = 50%
R=36.50%
G=13.50%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173642370.270.7300.07277.882.7859.02
HexAD40ED1B4907116533b
Octal255100355331110742612373
Binary1010110110000001110110111011100100101111000101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD40ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD40ED; }

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

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

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

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

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

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

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

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