#A459CE

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

Shades of Amethyst #A459CE

Tints of Amethyst #A459CE

Color information

#A459CE (or 0xA459CE) is unknown color: approx Amethyst. HEX triplet: A4, 59 and CE. RGB value is (164,89,206). Sum of RGB (Red+Green+Blue) = 164+89+206=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A459CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459CE is #5BA631. Grayscale: #7C7C7C. Windows color (decimal): -6006322 or 13523364. OLE color: 13523364.

HSL color Cylindrical-coordinate representation of color #A459CE: hue angle of 278.46º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A459CE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16489206-
CMYK0.200.5700.19
HSL278.46º54.42%57.84%-
HSV(B)278.46º56.8%80.78%-
XYZ30.0219.4960.57-
YUV124.76173.85155.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=35.73%
G=19.39%
B=44.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164892060.200.5700.19278.4654.4257.84
HexA459CE1439013116363a
Octal24413131624710234266672
Binary1010010010110011100111010100111001010011100010110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459CE; }

 p { color: rgb(164,89,206); }

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

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

 a { background-color: rgb(164,89,206); }

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

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

 span { border-color: rgb(164,89,206); }

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