#AA49EA

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

Shades of Medium Orchid #AA49EA

Tints of Medium Orchid #AA49EA

Color information

#AA49EA (or 0xAA49EA) is unknown color: approx Medium Orchid. HEX triplet: AA, 49 and EA. RGB value is (170,73,234). Sum of RGB (Red+Green+Blue) = 170+73+234=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA49EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49EA is #55B615. Grayscale: #777777. Windows color (decimal): -5617174 or 15354282. OLE color: 15354282.

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

Color convert

RGB17073234-
CMYK0.270.6900.08
HSL276.15º79.31%60.2%-
HSV(B)276.15º68.8%91.76%-
XYZ33.8119.2579.78-
YUV120.36192.14163.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=35.64%
G=15.30%
B=49.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170732340.270.6900.08276.1579.3160.2
HexAA49EA1B45081144f3c
Octal2521113523310501042411774
Binary10101010100100111101010110111000101010001000101001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49EA; }

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

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

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

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

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

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

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

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