#AA5AC9

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

Shades of Medium Orchid #AA5AC9

Tints of Medium Orchid #AA5AC9

Color information

#AA5AC9 (or 0xAA5AC9) is unknown color: approx Medium Orchid. HEX triplet: AA, 5A and C9. RGB value is (170,90,201). Sum of RGB (Red+Green+Blue) = 170+90+201=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA5AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AC9 is #55A536. Grayscale: #7E7E7E. Windows color (decimal): -5612855 or 13195946. OLE color: 13195946.

HSL color Cylindrical-coordinate representation of color #AA5AC9: hue angle of 283.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5AC9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17090201-
CMYK0.150.5500.21
HSL283.24º50.68%57.06%-
HSV(B)283.24º55.22%78.82%-
XYZ30.7820.0857.51-
YUV126.57170158.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 201 (78.91% from 255) = 43.60%
R=36.88%
G=19.52%
B=43.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170902010.150.5500.21283.2450.6857.06
HexAA5AC9F3701511b3339
Octal25213231117670254336371
Binary101010101011010110010011111110111010101100011011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AC9; }

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

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

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

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

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

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

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

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