#A159CC

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

Shades of Amethyst #A159CC

Tints of Amethyst #A159CC

Color information

#A159CC (or 0xA159CC) is unknown color: approx Amethyst. HEX triplet: A1, 59 and CC. RGB value is (161,89,204). Sum of RGB (Red+Green+Blue) = 161+89+204=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #A159CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159CC is #5EA633. Grayscale: #7B7B7B. Windows color (decimal): -6202932 or 13392289. OLE color: 13392289.

HSL color Cylindrical-coordinate representation of color #A159CC: hue angle of 277.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A159CC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16189204-
CMYK0.210.5600.2
HSL277.57º53%57.45%-
HSV(B)277.57º56.37%80%-
XYZ29.1719.0859.27-
YUV123.64173.35154.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=35.46%
G=19.60%
B=44.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161892040.210.5600.2277.575357.45
HexA159CC15380141163539
Octal24113131425700244266571
Binary1010000110110011100110010101111000010100100010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159CC; }

 p { color: rgb(161,89,204); }

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

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

 a { background-color: rgb(161,89,204); }

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

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

 span { border-color: rgb(161,89,204); }

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