#AA4FC5

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

Shades of Medium Orchid #AA4FC5

Tints of Medium Orchid #AA4FC5

Color information

#AA4FC5 (or 0xAA4FC5) is unknown color: approx Medium Orchid. HEX triplet: AA, 4F and C5. RGB value is (170,79,197). Sum of RGB (Red+Green+Blue) = 170+79+197=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA4FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FC5 is #55B03A. Grayscale: #777777. Windows color (decimal): -5615675 or 12930986. OLE color: 12930986.

HSL color Cylindrical-coordinate representation of color #AA4FC5: hue angle of 286.27º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4FC5 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17079197-
CMYK0.140.6000.23
HSL286.27º50.43%54.12%-
HSV(B)286.27º59.9%77.25%-
XYZ29.4518.1754.78-
YUV119.66171.65163.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 79 (31.25% from 255) = 17.71%
BLUE value IS 197 (77.34% from 255) = 44.17%
R=38.12%
G=17.71%
B=44.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170791970.140.6000.23286.2750.4354.12
HexAA4FC5E3C01711e3236
Octal25211730516740274366266
Binary101010101001111110001011110111100010111100011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FC5; }

 p { color: rgb(170,79,197); }

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

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

 a { background-color: rgb(170,79,197); }

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

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

 span { border-color: rgb(170,79,197); }

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