#AA74D9

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

Shades of Amethyst #AA74D9

Tints of Amethyst #AA74D9

Color information

#AA74D9 (or 0xAA74D9) is unknown color: approx Amethyst. HEX triplet: AA, 74 and D9. RGB value is (170,116,217). Sum of RGB (Red+Green+Blue) = 170+116+217=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA74D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74D9 is #558B26. Grayscale: #8F8F8F. Windows color (decimal): -5606183 or 14251178. OLE color: 14251178.

HSL color Cylindrical-coordinate representation of color #AA74D9: hue angle of 272.08º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA74D9 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170116217-
CMYK0.220.4700.15
HSL272.08º57.06%65.29%-
HSV(B)272.08º46.54%85.1%-
XYZ35.3526.0568.81-
YUV143.66169.39146.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=33.80%
G=23.06%
B=43.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701162170.220.4700.15272.0857.0665.29
HexAA74D9162F0F1103941
Octal252164331265701742071101
Binary1010101011101001101100110110101111011111000100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74D9; }

 p { color: rgb(170,116,217); }

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

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

 a { background-color: rgb(170,116,217); }

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

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

 span { border-color: rgb(170,116,217); }

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