#AA71C5

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

Shades of Amethyst #AA71C5

Tints of Amethyst #AA71C5

Color information

#AA71C5 (or 0xAA71C5) is unknown color: approx Amethyst. HEX triplet: AA, 71 and C5. RGB value is (170,113,197). Sum of RGB (Red+Green+Blue) = 170+113+197=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA71C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71C5 is #558E3A. Grayscale: #8B8B8B. Windows color (decimal): -5606971 or 12939690. OLE color: 12939690.

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

Color convert

RGB170113197-
CMYK0.140.4300.23
HSL280.71º42%60.78%-
HSV(B)280.71º42.64%77.25%-
XYZ32.5624.3955.81-
YUV139.62160.38149.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 197 (77.34% from 255) = 41.04%
R=35.42%
G=23.54%
B=41.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701131970.140.4300.23280.714260.78
HexAA71C5E2B0171192a3d
Octal25216130516530274315275
Binary101010101110001110001011110101011010111100011001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71C5; }

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

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

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

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

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

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

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

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