#A059D9

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

Shades of Amethyst #A059D9

Tints of Amethyst #A059D9

Color information

#A059D9 (or 0xA059D9) is unknown color: approx Amethyst. HEX triplet: A0, 59 and D9. RGB value is (160,89,217). Sum of RGB (Red+Green+Blue) = 160+89+217=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #A059D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059D9 is #5FA626. Grayscale: #7C7C7C. Windows color (decimal): -6268455 or 14244256. OLE color: 14244256.

HSL color Cylindrical-coordinate representation of color #A059D9: hue angle of 273.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A059D9 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16089217-
CMYK0.260.5900.15
HSL273.28º62.75%60%-
HSV(B)273.28º58.99%85.1%-
XYZ30.5919.6367.82-
YUV124.82180.02153.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 217 (85.16% from 255) = 46.57%
R=34.33%
G=19.10%
B=46.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160892170.260.5900.15273.2862.7560
HexA059D91A3B0F1113f3c
Octal24013133132730174217774
Binary101000001011001110110011101011101101111100010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A059D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A059D9; }

 p { color: rgb(160,89,217); }

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

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

 a { background-color: rgb(160,89,217); }

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

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

 span { border-color: rgb(160,89,217); }

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