#A659CE

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

Shades of Amethyst #A659CE

Tints of Amethyst #A659CE

Color information

#A659CE (or 0xA659CE) is unknown color: approx Amethyst. HEX triplet: A6, 59 and CE. RGB value is (166,89,206). Sum of RGB (Red+Green+Blue) = 166+89+206=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A659CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659CE is #59A631. Grayscale: #7C7C7C. Windows color (decimal): -5875250 or 13523366. OLE color: 13523366.

HSL color Cylindrical-coordinate representation of color #A659CE: hue angle of 279.49º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A659CE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16689206-
CMYK0.190.5700.19
HSL279.49º54.42%57.84%-
HSV(B)279.49º56.8%80.78%-
XYZ30.4419.7160.59-
YUV125.36173.51156.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=36.01%
G=19.31%
B=44.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166892060.190.5700.19279.4954.4257.84
HexA659CE1339013117363a
Octal24613131623710234276672
Binary1010011010110011100111010011111001010011100010111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659CE; }

 p { color: rgb(166,89,206); }

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

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

 a { background-color: rgb(166,89,206); }

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

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

 span { border-color: rgb(166,89,206); }

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