#AA51E3

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

Shades of Medium Orchid #AA51E3

Tints of Medium Orchid #AA51E3

Color information

#AA51E3 (or 0xAA51E3) is unknown color: approx Medium Orchid. HEX triplet: AA, 51 and E3. RGB value is (170,81,227). Sum of RGB (Red+Green+Blue) = 170+81+227=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA51E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51E3 is #55AE1C. Grayscale: #7B7B7B. Windows color (decimal): -5615133 or 14897578. OLE color: 14897578.

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

Color convert

RGB17081227-
CMYK0.250.6400.11
HSL276.58º72.28%60.39%-
HSV(B)276.58º64.32%89.02%-
XYZ33.3919.9874.77-
YUV124.26185.99160.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 81 (32.03% from 255) = 16.95%
BLUE value IS 227 (89.06% from 255) = 47.49%
R=35.56%
G=16.95%
B=47.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170812270.250.6400.11276.5872.2860.39
HexAA51E319400B115483c
Octal2521213433110001342511074
Binary10101010101000111100011110011000000010111000101011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA51E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA51E3; }

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

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

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

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

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

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

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

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