#A154D8

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

Shades of Amethyst #A154D8

Tints of Amethyst #A154D8

Color information

#A154D8 (or 0xA154D8) is unknown color: approx Amethyst. HEX triplet: A1, 54 and D8. RGB value is (161,84,216). Sum of RGB (Red+Green+Blue) = 161+84+216=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #A154D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154D8 is #5EAB27. Grayscale: #797979. Windows color (decimal): -6204200 or 14177441. OLE color: 14177441.

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

Color convert

RGB16184216-
CMYK0.250.6100.15
HSL275º62.86%58.82%-
HSV(B)275º61.11%84.71%-
XYZ30.2618.8867.01-
YUV122.07181.01155.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=34.92%
G=18.22%
B=46.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161842160.250.6100.1527562.8658.82
HexA154D8193D0F1133f3b
Octal24112433031750174237773
Binary101000011010100110110001100111110101111100010011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A154D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A154D8; }

 p { color: rgb(161,84,216); }

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

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

 a { background-color: rgb(161,84,216); }

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

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

 span { border-color: rgb(161,84,216); }

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