#AD49DC

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

Shades of Medium Orchid #AD49DC

Tints of Medium Orchid #AD49DC

Color information

#AD49DC (or 0xAD49DC) is unknown color: approx Medium Orchid. HEX triplet: AD, 49 and DC. RGB value is (173,73,220). Sum of RGB (Red+Green+Blue) = 173+73+220=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49DC is #52B623. Grayscale: #777777. Windows color (decimal): -5420580 or 14436781. OLE color: 14436781.

HSL color Cylindrical-coordinate representation of color #AD49DC: hue angle of 280.82º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD49DC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17373220-
CMYK0.210.6700.14
HSL280.82º67.74%57.45%-
HSV(B)280.82º66.82%86.27%-
XYZ32.5318.8269.63-
YUV119.66184.63166.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=37.12%
G=15.67%
B=47.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173732200.210.6700.14280.8267.7457.45
HexAD49DC15430E1194439
Octal2551113342510301643110471
Binary10101101100100111011100101011000011011101000110011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD49DC; }

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

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

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

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

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

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

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

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