#AA5EDD

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

Shades of Amethyst #AA5EDD

Tints of Amethyst #AA5EDD

Color information

#AA5EDD (or 0xAA5EDD) is unknown color: approx Amethyst. HEX triplet: AA, 5E and DD. RGB value is (170,94,221). Sum of RGB (Red+Green+Blue) = 170+94+221=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EDD is #55A122. Grayscale: #828282. Windows color (decimal): -5611811 or 14507690. OLE color: 14507690.

HSL color Cylindrical-coordinate representation of color #AA5EDD: hue angle of 275.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5EDD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17094221-
CMYK0.230.5700.13
HSL275.91º65.13%61.76%-
HSV(B)275.91º57.47%86.67%-
XYZ33.6321.7770.84-
YUV131.2178.68155.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=35.05%
G=19.38%
B=45.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170942210.230.5700.13275.9165.1361.76
HexAA5EDD17390D114413e
Octal252136335277101542410176
Binary1010101010111101101110110111111001011011000101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EDD; }

 p { color: rgb(170,94,221); }

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

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

 a { background-color: rgb(170,94,221); }

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

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

 span { border-color: rgb(170,94,221); }

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