#AD51C0

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

Shades of Medium Orchid #AD51C0

Tints of Medium Orchid #AD51C0

Color information

#AD51C0 (or 0xAD51C0) is unknown color: approx Medium Orchid. HEX triplet: AD, 51 and C0. RGB value is (173,81,192). Sum of RGB (Red+Green+Blue) = 173+81+192=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD51C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51C0 is #52AE3F. Grayscale: #787878. Windows color (decimal): -5418560 or 12603821. OLE color: 12603821.

HSL color Cylindrical-coordinate representation of color #AD51C0: hue angle of 289.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD51C0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17381192-
CMYK0.100.5800.25
HSL289.73º46.84%53.53%-
HSV(B)289.73º57.81%75.29%-
XYZ29.6918.5751.89-
YUV121.16167.98164.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=38.79%
G=18.16%
B=43.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173811920.100.5800.25289.7346.8453.53
HexAD51C0A3A0191222f36
Octal25512130012720314425766
Binary101011011010001110000001010111010011001100100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51C0; }

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

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

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

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

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

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

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

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