#A259DA

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

Shades of Amethyst #A259DA

Tints of Amethyst #A259DA

Color information

#A259DA (or 0xA259DA) is unknown color: approx Amethyst. HEX triplet: A2, 59 and DA. RGB value is (162,89,218). Sum of RGB (Red+Green+Blue) = 162+89+218=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #A259DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259DA is #5DA625. Grayscale: #7D7D7D. Windows color (decimal): -6137382 or 14309794. OLE color: 14309794.

HSL color Cylindrical-coordinate representation of color #A259DA: hue angle of 273.95º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A259DA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16289218-
CMYK0.260.5900.15
HSL273.95º63.55%60.2%-
HSV(B)273.95º59.17%85.49%-
XYZ31.1319.8968.53-
YUV125.53180.18154.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=34.54%
G=18.98%
B=46.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162892180.260.5900.15273.9563.5560.2
HexA259DA1A3B0F112403c
Octal242131332327301742210074
Binary1010001010110011101101011010111011011111000100101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259DA; }

 p { color: rgb(162,89,218); }

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

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

 a { background-color: rgb(162,89,218); }

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

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

 span { border-color: rgb(162,89,218); }

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