#A456D1

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

Shades of Amethyst #A456D1

Tints of Amethyst #A456D1

Color information

#A456D1 (or 0xA456D1) is unknown color: approx Amethyst. HEX triplet: A4, 56 and D1. RGB value is (164,86,209). Sum of RGB (Red+Green+Blue) = 164+86+209=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #A456D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456D1 is #5BA92E. Grayscale: #7A7A7A. Windows color (decimal): -6007087 or 13719204. OLE color: 13719204.

HSL color Cylindrical-coordinate representation of color #A456D1: hue angle of 278.05º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A456D1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16486209-
CMYK0.220.5900.18
HSL278.05º57.21%57.84%-
HSV(B)278.05º58.85%81.96%-
XYZ30.1519.1562.43-
YUV123.34176.34157-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 209 (82.03% from 255) = 45.53%
R=35.73%
G=18.74%
B=45.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164862090.220.5900.18278.0557.2157.84
HexA456D1163B012116393a
Octal24412632126730224267172
Binary1010010010101101101000110110111011010010100010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456D1; }

 p { color: rgb(164,86,209); }

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

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

 a { background-color: rgb(164,86,209); }

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

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

 span { border-color: rgb(164,86,209); }

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