#AA5CC7

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

Shades of Medium Orchid #AA5CC7

Tints of Medium Orchid #AA5CC7

Color information

#AA5CC7 (or 0xAA5CC7) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and C7. RGB value is (170,92,199). Sum of RGB (Red+Green+Blue) = 170+92+199=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA5CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CC7 is #55A338. Grayscale: #7F7F7F. Windows color (decimal): -5612345 or 13065386. OLE color: 13065386.

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

Color convert

RGB17092199-
CMYK0.150.5400.22
HSL283.74º48.86%57.06%-
HSV(B)283.74º53.77%78.04%-
XYZ30.7120.3256.34-
YUV127.52168.34158.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=36.88%
G=19.96%
B=43.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170921990.150.5400.22283.7448.8657.06
HexAA5CC7F3601611c3139
Octal25213430717660264346171
Binary101010101011100110001111111110110010110100011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CC7; }

 p { color: rgb(170,92,199); }

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

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

 a { background-color: rgb(170,92,199); }

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

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

 span { border-color: rgb(170,92,199); }

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