#AA73C5

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

Shades of Amethyst #AA73C5

Tints of Amethyst #AA73C5

Color information

#AA73C5 (or 0xAA73C5) is unknown color: approx Amethyst. HEX triplet: AA, 73 and C5. RGB value is (170,115,197). Sum of RGB (Red+Green+Blue) = 170+115+197=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA73C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73C5 is #558C3A. Grayscale: #8C8C8C. Windows color (decimal): -5606459 or 12940202. OLE color: 12940202.

HSL color Cylindrical-coordinate representation of color #AA73C5: hue angle of 280.24º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA73C5 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170115197-
CMYK0.140.4200.23
HSL280.24º41.41%61.18%-
HSV(B)280.24º41.62%77.25%-
XYZ32.7924.8455.89-
YUV140.79159.72148.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=35.27%
G=23.86%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701151970.140.4200.23280.2441.4161.18
HexAA73C5E2A017118293d
Octal25216330516520274305175
Binary101010101110011110001011110101010010111100011000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73C5; }

 p { color: rgb(170,115,197); }

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

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

 a { background-color: rgb(170,115,197); }

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

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

 span { border-color: rgb(170,115,197); }

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