#AA5FC8

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

Shades of Medium Orchid #AA5FC8

Tints of Medium Orchid #AA5FC8

Color information

#AA5FC8 (or 0xAA5FC8) is unknown color: approx Medium Orchid. HEX triplet: AA, 5F and C8. RGB value is (170,95,200). Sum of RGB (Red+Green+Blue) = 170+95+200=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA5FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FC8 is #55A037. Grayscale: #818181. Windows color (decimal): -5611576 or 13131690. OLE color: 13131690.

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

Color convert

RGB17095200-
CMYK0.150.5200.22
HSL282.86º48.84%57.84%-
HSV(B)282.86º52.5%78.43%-
XYZ31.120.957.04-
YUV129.4167.85156.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=36.56%
G=20.43%
B=43.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170952000.150.5200.22282.8648.8457.84
HexAA5FC8F3401611b313a
Octal25213731017640264336172
Binary101010101011111110010001111110100010110100011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FC8; }

 p { color: rgb(170,95,200); }

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

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

 a { background-color: rgb(170,95,200); }

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

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

 span { border-color: rgb(170,95,200); }

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