#AA61E7

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

Shades of Amethyst #AA61E7

Tints of Amethyst #AA61E7

Color information

#AA61E7 (or 0xAA61E7) is unknown color: approx Amethyst. HEX triplet: AA, 61 and E7. RGB value is (170,97,231). Sum of RGB (Red+Green+Blue) = 170+97+231=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA61E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61E7 is #559E18. Grayscale: #858585. Windows color (decimal): -5611033 or 15163818. OLE color: 15163818.

HSL color Cylindrical-coordinate representation of color #AA61E7: hue angle of 272.69º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA61E7 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17097231-
CMYK0.260.5800.09
HSL272.69º73.63%64.31%-
HSV(B)272.69º58.01%90.59%-
XYZ35.2822.8678.16-
YUV134.1182.68153.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 231 (90.62% from 255) = 46.39%
R=34.14%
G=19.48%
B=46.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170972310.260.5800.09272.6973.6364.31
HexAA61E71A3A091114a40
Octal2521413473272011421112100
Binary10101010110000111100111110101110100100110001000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61E7; }

 p { color: rgb(170,97,231); }

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

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

 a { background-color: rgb(170,97,231); }

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

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

 span { border-color: rgb(170,97,231); }

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