#A159D7

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

Shades of Amethyst #A159D7

Tints of Amethyst #A159D7

Color information

#A159D7 (or 0xA159D7) is unknown color: approx Amethyst. HEX triplet: A1, 59 and D7. RGB value is (161,89,215). Sum of RGB (Red+Green+Blue) = 161+89+215=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #A159D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159D7 is #5EA628. Grayscale: #7C7C7C. Windows color (decimal): -6202921 or 14113185. OLE color: 14113185.

HSL color Cylindrical-coordinate representation of color #A159D7: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A159D7 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16189215-
CMYK0.250.5900.16
HSL274.29º61.17%59.61%-
HSV(B)274.29º58.6%84.31%-
XYZ30.5419.6366.47-
YUV124.89178.85153.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 215 (84.38% from 255) = 46.24%
R=34.62%
G=19.14%
B=46.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161892150.250.5900.16274.2961.1759.61
HexA159D7193B0101123d3c
Octal24113132731730204227574
Binary1010000110110011101011111001111011010000100010010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159D7; }

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

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

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

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

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

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

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

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