#A458D1

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

Shades of Amethyst #A458D1

Tints of Amethyst #A458D1

Color information

#A458D1 (or 0xA458D1) is unknown color: approx Amethyst. HEX triplet: A4, 58 and D1. RGB value is (164,88,209). Sum of RGB (Red+Green+Blue) = 164+88+209=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #A458D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458D1 is #5BA72E. Grayscale: #7C7C7C. Windows color (decimal): -6006575 or 13719716. OLE color: 13719716.

HSL color Cylindrical-coordinate representation of color #A458D1: hue angle of 277.69º 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 #A458D1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16488209-
CMYK0.220.5800.18
HSL277.69º56.81%58.24%-
HSV(B)277.69º57.89%81.96%-
XYZ30.3119.4862.48-
YUV124.52175.68156.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 88 (34.77% from 255) = 19.09%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=35.57%
G=19.09%
B=45.34%

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
Decimal164882090.220.5800.18277.6956.8158.24
HexA458D1163A012116393a
Octal24413032126720224267172
Binary1010010010110001101000110110111010010010100010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A458D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A458D1; }

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

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

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

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

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

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

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

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