#AA7AED

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

Shades of Medium Purple #AA7AED

Tints of Medium Purple #AA7AED

Color information

#AA7AED (or 0xAA7AED) is unknown color: approx Medium Purple. HEX triplet: AA, 7A and ED. RGB value is (170,122,237). Sum of RGB (Red+Green+Blue) = 170+122+237=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA7AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AED is #558512. Grayscale: #959595. Windows color (decimal): -5604627 or 15563434. OLE color: 15563434.

HSL color Cylindrical-coordinate representation of color #AA7AED: hue angle of 265.04º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7AED is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170122237-
CMYK0.280.4900.07
HSL265.04º76.16%70.39%-
HSV(B)265.04º48.52%92.94%-
XYZ38.8228.5883.59-
YUV149.46177.4142.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=32.14%
G=23.06%
B=44.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701222370.280.4900.07265.0476.1670.39
HexAA7AED1C31071094c46
Octal252172355346107411114106
Binary1010101011110101110110111100110001011110000100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AED; }

 p { color: rgb(170,122,237); }

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

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

 a { background-color: rgb(170,122,237); }

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

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

 span { border-color: rgb(170,122,237); }

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