#AA60E1

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

Shades of Amethyst #AA60E1

Tints of Amethyst #AA60E1

Color information

#AA60E1 (or 0xAA60E1) is unknown color: approx Amethyst. HEX triplet: AA, 60 and E1. RGB value is (170,96,225). Sum of RGB (Red+Green+Blue) = 170+96+225=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA60E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60E1 is #559F1E. Grayscale: #848484. Windows color (decimal): -5611295 or 14770346. OLE color: 14770346.

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

Color convert

RGB17096225-
CMYK0.240.5700.12
HSL274.42º68.25%62.94%-
HSV(B)274.42º57.33%88.24%-
XYZ34.3522.3573.74-
YUV132.83180.02154.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=34.62%
G=19.55%
B=45.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170962250.240.5700.12274.4268.2562.94
HexAA60E118390C112443f
Octal252140341307101442210477
Binary1010101011000001110000111000111001011001000100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60E1; }

 p { color: rgb(170,96,225); }

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

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

 a { background-color: rgb(170,96,225); }

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

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

 span { border-color: rgb(170,96,225); }

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