#AA79CE

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

Shades of Amethyst #AA79CE

Tints of Amethyst #AA79CE

Color information

#AA79CE (or 0xAA79CE) is unknown color: approx Amethyst. HEX triplet: AA, 79 and CE. RGB value is (170,121,206). Sum of RGB (Red+Green+Blue) = 170+121+206=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA79CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79CE is #558631. Grayscale: #919191. Windows color (decimal): -5604914 or 13531562. OLE color: 13531562.

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

Color convert

RGB170121206-
CMYK0.170.4100.19
HSL274.59º46.45%64.12%-
HSV(B)274.59º41.26%80.78%-
XYZ34.5626.6861.72-
YUV145.34162.23145.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=34.21%
G=24.35%
B=41.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701212060.170.4100.19274.5946.4564.12
HexAA79CE11290131132e40
Octal252171316215102342356100
Binary10101010111100111001110100011010010100111000100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79CE; }

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

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

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

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

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

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

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

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