#AD48D9

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

Shades of Medium Orchid #AD48D9

Tints of Medium Orchid #AD48D9

Color information

#AD48D9 (or 0xAD48D9) is unknown color: approx Medium Orchid. HEX triplet: AD, 48 and D9. RGB value is (173,72,217). Sum of RGB (Red+Green+Blue) = 173+72+217=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD48D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48D9 is #52B726. Grayscale: #767676. Windows color (decimal): -5420839 or 14239917. OLE color: 14239917.

HSL color Cylindrical-coordinate representation of color #AD48D9: hue angle of 281.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD48D9 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17372217-
CMYK0.200.6700.15
HSL281.79º65.61%56.67%-
HSV(B)281.79º66.82%85.1%-
XYZ32.0818.5367.53-
YUV118.73183.46166.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 217 (85.16% from 255) = 46.97%
R=37.45%
G=15.58%
B=46.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173722170.200.6700.15281.7965.6156.67
HexAD48D914430F11a4239
Octal2551103312410301743210271
Binary10101101100100011011001101001000011011111000110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD48D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD48D9; }

 p { color: rgb(173,72,217); }

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

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

 a { background-color: rgb(173,72,217); }

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

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

 span { border-color: rgb(173,72,217); }

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