#AA5AC8

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

Shades of Medium Orchid #AA5AC8

Tints of Medium Orchid #AA5AC8

Color information

#AA5AC8 (or 0xAA5AC8) is unknown color: approx Medium Orchid. HEX triplet: AA, 5A and C8. RGB value is (170,90,200). Sum of RGB (Red+Green+Blue) = 170+90+200=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA5AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AC8 is #55A537. Grayscale: #7E7E7E. Windows color (decimal): -5612856 or 13130410. OLE color: 13130410.

HSL color Cylindrical-coordinate representation of color #AA5AC8: hue angle of 283.64º degrees, saturation: 0.5, 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 #AA5AC8 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17090200-
CMYK0.150.5500.22
HSL283.64º50%56.86%-
HSV(B)283.64º55%78.43%-
XYZ30.6620.0356.89-
YUV126.46169.5159.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 90 (35.55% from 255) = 19.57%
BLUE value IS 200 (78.52% from 255) = 43.48%
R=36.96%
G=19.57%
B=43.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170902000.150.5500.22283.645056.86
HexAA5AC8F3701611c3239
Octal25213231017670264346271
Binary101010101011010110010001111110111010110100011100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AC8; }

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

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

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

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

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

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

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

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