#AA6AEC

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

Shades of Medium Purple #AA6AEC

Tints of Medium Purple #AA6AEC

Color information

#AA6AEC (or 0xAA6AEC) is unknown color: approx Medium Purple. HEX triplet: AA, 6A and EC. RGB value is (170,106,236). Sum of RGB (Red+Green+Blue) = 170+106+236=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA6AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AEC is #559513. Grayscale: #8B8B8B. Windows color (decimal): -5608724 or 15493802. OLE color: 15493802.

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

Color convert

RGB170106236-
CMYK0.280.5500.07
HSL269.54º77.38%67.06%-
HSV(B)269.54º55.08%92.55%-
XYZ36.8724.9182.22-
YUV139.96182.2149.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=33.20%
G=20.70%
B=46.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701062360.280.5500.07269.5477.3867.06
HexAA6AEC1C370710e4d43
Octal252152354346707416115103
Binary1010101011010101110110011100110111011110000111010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AEC; }

 p { color: rgb(170,106,236); }

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

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

 a { background-color: rgb(170,106,236); }

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

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

 span { border-color: rgb(170,106,236); }

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