#AA71C3

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

Shades of Amethyst #AA71C3

Tints of Amethyst #AA71C3

Color information

#AA71C3 (or 0xAA71C3) is unknown color: approx Amethyst. HEX triplet: AA, 71 and C3. RGB value is (170,113,195). Sum of RGB (Red+Green+Blue) = 170+113+195=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA71C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71C3 is #558E3C. Grayscale: #8B8B8B. Windows color (decimal): -5606973 or 12808618. OLE color: 12808618.

HSL color Cylindrical-coordinate representation of color #AA71C3: hue angle of 281.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA71C3 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170113195-
CMYK0.130.4200.24
HSL281.71º40.59%60.39%-
HSV(B)281.71º42.05%76.47%-
XYZ32.3324.354.62-
YUV139.39159.38149.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 195 (76.56% from 255) = 40.79%
R=35.56%
G=23.64%
B=40.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701131950.130.4200.24281.7140.5960.39
HexAA71C3D2A01811a293c
Octal25216130315520304325174
Binary101010101110001110000111101101010011000100011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71C3; }

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

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

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

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

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

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

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

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