#AD54C3

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

Shades of Medium Orchid #AD54C3

Tints of Medium Orchid #AD54C3

Color information

#AD54C3 (or 0xAD54C3) is unknown color: approx Medium Orchid. HEX triplet: AD, 54 and C3. RGB value is (173,84,195). Sum of RGB (Red+Green+Blue) = 173+84+195=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD54C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54C3 is #52AB3C. Grayscale: #7A7A7A. Windows color (decimal): -5417789 or 12801197. OLE color: 12801197.

HSL color Cylindrical-coordinate representation of color #AD54C3: hue angle of 288.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD54C3 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17384195-
CMYK0.110.5700.24
HSL288.11º48.05%54.71%-
HSV(B)288.11º56.92%76.47%-
XYZ30.2519.1753.73-
YUV123.26168.49163.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 195 (76.56% from 255) = 43.14%
R=38.27%
G=18.58%
B=43.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173841950.110.5700.24288.1148.0554.71
HexAD54C3B390181203037
Octal25512430313710304406067
Binary101011011010100110000111011111001011000100100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54C3; }

 p { color: rgb(173,84,195); }

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

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

 a { background-color: rgb(173,84,195); }

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

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

 span { border-color: rgb(173,84,195); }

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