#AA5BC9

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

Shades of Medium Orchid #AA5BC9

Tints of Medium Orchid #AA5BC9

Color information

#AA5BC9 (or 0xAA5BC9) is unknown color: approx Medium Orchid. HEX triplet: AA, 5B and C9. RGB value is (170,91,201). Sum of RGB (Red+Green+Blue) = 170+91+201=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA5BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BC9 is #55A436. Grayscale: #7E7E7E. Windows color (decimal): -5612599 or 13196202. OLE color: 13196202.

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

Color convert

RGB17091201-
CMYK0.150.5500.21
HSL283.09º50.46%57.25%-
HSV(B)283.09º54.73%78.82%-
XYZ30.8620.2557.54-
YUV127.16169.67158.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 91 (35.94% from 255) = 19.70%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=36.80%
G=19.70%
B=43.51%

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
Decimal170912010.150.5500.21283.0950.4657.25
HexAA5BC9F3701511b3239
Octal25213331117670254336271
Binary101010101011011110010011111110111010101100011011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BC9; }

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

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

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

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

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

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

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

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