#A156DB

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

Shades of Amethyst #A156DB

Tints of Amethyst #A156DB

Color information

#A156DB (or 0xA156DB) is unknown color: approx Amethyst. HEX triplet: A1, 56 and DB. RGB value is (161,86,219). Sum of RGB (Red+Green+Blue) = 161+86+219=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A156DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156DB is #5EA924. Grayscale: #7B7B7B. Windows color (decimal): -6203685 or 14374561. OLE color: 14374561.

HSL color Cylindrical-coordinate representation of color #A156DB: hue angle of 273.83º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A156DB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16186219-
CMYK0.260.6100.14
HSL273.83º64.88%59.8%-
HSV(B)273.83º60.73%85.88%-
XYZ30.8119.3569.13-
YUV123.59181.85154.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=34.55%
G=18.45%
B=47.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161862190.260.6100.14273.8364.8859.8
HexA156DB1A3D0E112413c
Octal241126333327501642210174
Binary1010000110101101101101111010111101011101000100101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A156DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A156DB; }

 p { color: rgb(161,86,219); }

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

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

 a { background-color: rgb(161,86,219); }

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

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

 span { border-color: rgb(161,86,219); }

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