#a059ce

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

Shades of Amethyst #A059CE

Tints of Amethyst #A059CE

Color information

#A059CE (or 0xA059CE) is unknown color: approx Amethyst. HEX triplet: A0, 59 and CE. RGB value is (160,89,206). Sum of RGB (Red+Green+Blue) = 160+89+206=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #A059CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059CE is #5FA631. Grayscale: #7B7B7B. Windows color (decimal): -6268466 or 13523360. OLE color: 13523360.

HSL color Cylindrical-coordinate representation of color #A059CE: hue angle of 276.41º 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 #A059CE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16089206-
CMYK0.220.5700.19
HSL276.41º54.42%57.84%-
HSV(B)276.41º56.8%80.78%-
XYZ29.2119.0760.53-
YUV123.57174.52153.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=35.16%
G=19.56%
B=45.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160892060.220.5700.19276.4154.4257.84
HexA059CE1639013114363a
Octal24013131626710234246672
Binary1010000010110011100111010110111001010011100010100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a059ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a059ce; }

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

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

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

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

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

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

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

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