#A457D1

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

Shades of Amethyst #A457D1

Tints of Amethyst #A457D1

Color information

#A457D1 (or 0xA457D1) is unknown color: approx Amethyst. HEX triplet: A4, 57 and D1. RGB value is (164,87,209). Sum of RGB (Red+Green+Blue) = 164+87+209=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #A457D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457D1 is #5BA82E. Grayscale: #7B7B7B. Windows color (decimal): -6006831 or 13719460. OLE color: 13719460.

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

Color convert

RGB16487209-
CMYK0.220.5800.18
HSL277.87º57.01%58.04%-
HSV(B)277.87º58.37%81.96%-
XYZ30.2319.3162.46-
YUV123.93176.01156.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=35.65%
G=18.91%
B=45.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164872090.220.5800.18277.8757.0158.04
HexA457D1163A012116393a
Octal24412732126720224267172
Binary1010010010101111101000110110111010010010100010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A457D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A457D1; }

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

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

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

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

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

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

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

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