#AD54C4

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

Shades of Medium Orchid #AD54C4

Tints of Medium Orchid #AD54C4

Color information

#AD54C4 (or 0xAD54C4) is unknown color: approx Medium Orchid. HEX triplet: AD, 54 and C4. RGB value is (173,84,196). Sum of RGB (Red+Green+Blue) = 173+84+196=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD54C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54C4 is #52AB3B. Grayscale: #7B7B7B. Windows color (decimal): -5417788 or 12866733. OLE color: 12866733.

HSL color Cylindrical-coordinate representation of color #AD54C4: hue angle of 287.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD54C4 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17384196-
CMYK0.120.5700.23
HSL287.68º48.7%54.9%-
HSV(B)287.68º57.14%76.86%-
XYZ30.3719.2154.33-
YUV123.38168.99163.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 196 (76.95% from 255) = 43.27%
R=38.19%
G=18.54%
B=43.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173841960.120.5700.23287.6848.754.9
HexAD54C4C390171203137
Octal25512430414710274406167
Binary101011011010100110001001100111001010111100100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54C4; }

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

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

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

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

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

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

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

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