#AA5BE3

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

Shades of Medium Orchid #AA5BE3

Tints of Medium Orchid #AA5BE3

Color information

#AA5BE3 (or 0xAA5BE3) is unknown color: approx Medium Orchid. HEX triplet: AA, 5B and E3. RGB value is (170,91,227). Sum of RGB (Red+Green+Blue) = 170+91+227=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA5BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BE3 is #55A41C. Grayscale: #818181. Windows color (decimal): -5612573 or 14900138. OLE color: 14900138.

HSL color Cylindrical-coordinate representation of color #AA5BE3: hue angle of 274.85º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5BE3 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17091227-
CMYK0.250.6000.11
HSL274.85º70.83%62.35%-
HSV(B)274.85º59.91%89.02%-
XYZ34.1821.5775.04-
YUV130.12182.67156.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 91 (35.94% from 255) = 18.65%
BLUE value IS 227 (89.06% from 255) = 46.52%
R=34.84%
G=18.65%
B=46.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170912270.250.6000.11274.8570.8362.35
HexAA5BE3193C0B113473e
Octal252133343317401342310776
Binary1010101010110111110001111001111100010111000100111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BE3; }

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

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

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

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

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

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

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

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