#AD49EB

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

Shades of Medium Orchid #AD49EB

Tints of Medium Orchid #AD49EB

Color information

#AD49EB (or 0xAD49EB) is unknown color: approx Medium Orchid. HEX triplet: AD, 49 and EB. RGB value is (173,73,235). Sum of RGB (Red+Green+Blue) = 173+73+235=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49EB is #52B614. Grayscale: #787878. Windows color (decimal): -5420565 or 15419821. OLE color: 15419821.

HSL color Cylindrical-coordinate representation of color #AD49EB: hue angle of 277.04º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD49EB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17373235-
CMYK0.260.6900.08
HSL277.04º80.2%60.39%-
HSV(B)277.04º68.94%92.16%-
XYZ34.6119.6580.57-
YUV121.37192.13164.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 73 (28.91% from 255) = 15.18%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=35.97%
G=15.18%
B=48.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal173732350.260.6900.08277.0480.260.39
HexAD49EB1A4508115503c
Octal2551113533210501042512074
Binary10101101100100111101011110101000101010001000101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD49EB; }

 p { color: rgb(173,73,235); }

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

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

 a { background-color: rgb(173,73,235); }

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

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

 span { border-color: rgb(173,73,235); }

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