#AD49CB

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

Shades of Medium Orchid #AD49CB

Tints of Medium Orchid #AD49CB

Color information

#AD49CB (or 0xAD49CB) is unknown color: approx Medium Orchid. HEX triplet: AD, 49 and CB. RGB value is (173,73,203). Sum of RGB (Red+Green+Blue) = 173+73+203=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD49CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49CB is #52B634. Grayscale: #757575. Windows color (decimal): -5420597 or 13322669. OLE color: 13322669.

HSL color Cylindrical-coordinate representation of color #AD49CB: hue angle of 286.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD49CB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17373203-
CMYK0.150.6400.20
HSL286.15º55.56%54.12%-
HSV(B)286.15º64.04%79.61%-
XYZ30.417.9658.36-
YUV117.72176.13167.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 73 (28.91% from 255) = 16.26%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=38.53%
G=16.26%
B=45.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173732030.150.6400.20286.1555.5654.12
HexAD49CBF4001411e3836
Octal255111313171000244367066
Binary1010110110010011100101111111000000010100100011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD49CB; }

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

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

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

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

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

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

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

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