#A159DE

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

Shades of Amethyst #A159DE

Tints of Amethyst #A159DE

Color information

#A159DE (or 0xA159DE) is unknown color: approx Amethyst. HEX triplet: A1, 59 and DE. RGB value is (161,89,222). Sum of RGB (Red+Green+Blue) = 161+89+222=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #A159DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159DE is #5EA621. Grayscale: #7D7D7D. Windows color (decimal): -6202914 or 14571937. OLE color: 14571937.

HSL color Cylindrical-coordinate representation of color #A159DE: hue angle of 272.48º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A159DE is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16189222-
CMYK0.270.6000.13
HSL272.48º66.83%60.98%-
HSV(B)272.48º59.91%87.06%-
XYZ31.462071.31-
YUV125.69182.35153.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 89 (35.16% from 255) = 18.86%
BLUE value IS 222 (87.11% from 255) = 47.03%
R=34.11%
G=18.86%
B=47.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161892220.270.6000.13272.4866.8360.98
HexA159DE1B3C0D110433d
Octal241131336337401542010375
Binary1010000110110011101111011011111100011011000100001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159DE; }

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

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

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

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

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

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

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

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