#AA4AE0

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

Shades of Medium Orchid #AA4AE0

Tints of Medium Orchid #AA4AE0

Color information

#AA4AE0 (or 0xAA4AE0) is unknown color: approx Medium Orchid. HEX triplet: AA, 4A and E0. RGB value is (170,74,224). Sum of RGB (Red+Green+Blue) = 170+74+224=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA4AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AE0 is #55B51F. Grayscale: #777777. Windows color (decimal): -5616928 or 14699178. OLE color: 14699178.

HSL color Cylindrical-coordinate representation of color #AA4AE0: hue angle of 278.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4AE0 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17074224-
CMYK0.240.6700.12
HSL278.4º70.75%58.43%-
HSV(B)278.4º66.96%87.84%-
XYZ32.4818.8372.44-
YUV119.8186.8163.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 74 (29.30% from 255) = 15.81%
BLUE value IS 224 (87.89% from 255) = 47.86%
R=36.32%
G=15.81%
B=47.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170742240.240.6700.12278.470.7558.43
HexAA4AE018430C116473a
Octal2521123403010301442610772
Binary10101010100101011100000110001000011011001000101101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AE0; }

 p { color: rgb(170,74,224); }

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

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

 a { background-color: rgb(170,74,224); }

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

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

 span { border-color: rgb(170,74,224); }

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