#AA79CF

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

Shades of Amethyst #AA79CF

Tints of Amethyst #AA79CF

Color information

#AA79CF (or 0xAA79CF) is unknown color: approx Amethyst. HEX triplet: AA, 79 and CF. RGB value is (170,121,207). Sum of RGB (Red+Green+Blue) = 170+121+207=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA79CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79CF is #558630. Grayscale: #919191. Windows color (decimal): -5604913 or 13597098. OLE color: 13597098.

HSL color Cylindrical-coordinate representation of color #AA79CF: hue angle of 274.19º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA79CF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170121207-
CMYK0.180.4200.19
HSL274.19º47.25%64.31%-
HSV(B)274.19º41.55%81.18%-
XYZ34.6826.7362.36-
YUV145.46162.73145.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=34.14%
G=24.30%
B=41.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701212070.180.4200.19274.1947.2564.31
HexAA79CF122A0131122f40
Octal252171317225202342257100
Binary10101010111100111001111100101010100100111000100101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79CF; }

 p { color: rgb(170,121,207); }

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

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

 a { background-color: rgb(170,121,207); }

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

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

 span { border-color: rgb(170,121,207); }

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