#AD51ED

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

Shades of Medium Orchid #AD51ED

Tints of Medium Orchid #AD51ED

Color information

#AD51ED (or 0xAD51ED) is unknown color: approx Medium Orchid. HEX triplet: AD, 51 and ED. RGB value is (173,81,237). Sum of RGB (Red+Green+Blue) = 173+81+237=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51ED is #52AE12. Grayscale: #7D7D7D. Windows color (decimal): -5418515 or 15552941. OLE color: 15552941.

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

Color convert

RGB17381237-
CMYK0.270.6600.07
HSL275.38º81.25%62.35%-
HSV(B)275.38º65.82%92.94%-
XYZ35.4620.8882.28-
YUV126.29190.48161.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=35.23%
G=16.50%
B=48.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173812370.270.6600.07275.3881.2562.35
HexAD51ED1B4207113513e
Octal255121355331020742312176
Binary1010110110100011110110111011100001001111000100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51ED; }

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

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

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

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

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

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

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

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