#AD5AC7

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

Shades of Medium Orchid #AD5AC7

Tints of Medium Orchid #AD5AC7

Color information

#AD5AC7 (or 0xAD5AC7) is unknown color: approx Medium Orchid. HEX triplet: AD, 5A and C7. RGB value is (173,90,199). Sum of RGB (Red+Green+Blue) = 173+90+199=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD5AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AC7 is #52A538. Grayscale: #7E7E7E. Windows color (decimal): -5416249 or 13064877. OLE color: 13064877.

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

Color convert

RGB17390199-
CMYK0.130.5500.22
HSL285.69º49.32%56.67%-
HSV(B)285.69º54.77%78.04%-
XYZ31.220.3256.31-
YUV127.24168.5160.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 199 (78.12% from 255) = 43.07%
R=37.45%
G=19.48%
B=43.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173901990.130.5500.22285.6949.3256.67
HexAD5AC7D3701611e3139
Octal25513230715670264366171
Binary101011011011010110001111101110111010110100011110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5AC7; }

 p { color: rgb(173,90,199); }

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

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

 a { background-color: rgb(173,90,199); }

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

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

 span { border-color: rgb(173,90,199); }

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