#AA6AE0

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

Shades of Amethyst #AA6AE0

Tints of Amethyst #AA6AE0

Color information

#AA6AE0 (or 0xAA6AE0) is unknown color: approx Amethyst. HEX triplet: AA, 6A and E0. RGB value is (170,106,224). Sum of RGB (Red+Green+Blue) = 170+106+224=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AE0 is #55951F. Grayscale: #8A8A8A. Windows color (decimal): -5608736 or 14707370. OLE color: 14707370.

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

Color convert

RGB170106224-
CMYK0.240.5300.12
HSL272.54º65.56%64.71%-
HSV(B)272.54º52.68%87.84%-
XYZ35.1924.2473.34-
YUV138.59176.2150.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 224 (87.89% from 255) = 44.8%
R=34%
G=21.2%
B=44.8%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701062240.240.5300.12272.5465.5664.71
HexAA6AE018350C1114241
Octal2521523403065014421102101
Binary10101010110101011100000110001101010110010001000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AE0; }

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

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

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

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

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

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

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

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