#AD51EC

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

Shades of Medium Orchid #AD51EC

Tints of Medium Orchid #AD51EC

Color information

#AD51EC (or 0xAD51EC) is unknown color: approx Medium Orchid. HEX triplet: AD, 51 and EC. RGB value is (173,81,236). Sum of RGB (Red+Green+Blue) = 173+81+236=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51EC is #52AE13. Grayscale: #7D7D7D. Windows color (decimal): -5418516 or 15487405. OLE color: 15487405.

HSL color Cylindrical-coordinate representation of color #AD51EC: hue angle of 275.61º degrees, saturation: 0.8, 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 #AD51EC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17381236-
CMYK0.270.6600.07
HSL275.61º80.31%62.16%-
HSV(B)275.61º65.68%92.55%-
XYZ35.3220.8381.52-
YUV126.18189.98161.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 236 (92.58% from 255) = 48.16%
R=35.31%
G=16.53%
B=48.16%

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
Decimal173812360.270.6600.07275.6180.3162.16
HexAD51EC1B4207114503e
Octal255121354331020742412076
Binary1010110110100011110110011011100001001111000101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51EC; }

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

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

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

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

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

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

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

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