#A659D0

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

Shades of Amethyst #A659D0

Tints of Amethyst #A659D0

Color information

#A659D0 (or 0xA659D0) is unknown color: approx Amethyst. HEX triplet: A6, 59 and D0. RGB value is (166,89,208). Sum of RGB (Red+Green+Blue) = 166+89+208=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #A659D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659D0 is #59A62F. Grayscale: #7D7D7D. Windows color (decimal): -5875248 or 13654438. OLE color: 13654438.

HSL color Cylindrical-coordinate representation of color #A659D0: hue angle of 278.82º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A659D0 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16689208-
CMYK0.200.5700.18
HSL278.82º55.87%58.24%-
HSV(B)278.82º57.21%81.57%-
XYZ30.6819.8161.88-
YUV125.59174.51156.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=35.85%
G=19.22%
B=44.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166892080.200.5700.18278.8255.8758.24
HexA659D01439012117383a
Octal24613132024710224277072
Binary1010011010110011101000010100111001010010100010111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659D0; }

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

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

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

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

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

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

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

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