#AA51EA

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

Shades of Medium Orchid #AA51EA

Tints of Medium Orchid #AA51EA

Color information

#AA51EA (or 0xAA51EA) is unknown color: approx Medium Orchid. HEX triplet: AA, 51 and EA. RGB value is (170,81,234). Sum of RGB (Red+Green+Blue) = 170+81+234=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA51EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51EA is #55AE15. Grayscale: #7C7C7C. Windows color (decimal): -5615126 or 15356330. OLE color: 15356330.

HSL color Cylindrical-coordinate representation of color #AA51EA: hue angle of 274.9º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA51EA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17081234-
CMYK0.270.6500.08
HSL274.9º78.46%61.76%-
HSV(B)274.9º65.38%91.76%-
XYZ34.3720.3779.96-
YUV125.05189.49160.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 81 (32.03% from 255) = 16.70%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=35.05%
G=16.70%
B=48.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170812340.270.6500.08274.978.4661.76
HexAA51EA1B41081134e3e
Octal2521213523310101042311676
Binary10101010101000111101010110111000001010001000100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA51EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA51EA; }

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

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

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

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

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

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

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

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