#A259DE

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

Shades of Amethyst #A259DE

Tints of Amethyst #A259DE

Color information

#A259DE (or 0xA259DE) is unknown color: approx Amethyst. HEX triplet: A2, 59 and DE. RGB value is (162,89,222). Sum of RGB (Red+Green+Blue) = 162+89+222=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #A259DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259DE is #5DA621. Grayscale: #7D7D7D. Windows color (decimal): -6137378 or 14571938. OLE color: 14571938.

HSL color Cylindrical-coordinate representation of color #A259DE: hue angle of 272.93º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A259DE is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16289222-
CMYK0.270.6000.13
HSL272.93º66.83%60.98%-
HSV(B)272.93º59.91%87.06%-
XYZ31.6620.171.32-
YUV125.99182.18153.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 89 (35.16% from 255) = 18.82%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=34.25%
G=18.82%
B=46.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162892220.270.6000.13272.9366.8360.98
HexA259DE1B3C0D111433d
Octal242131336337401542110375
Binary1010001010110011101111011011111100011011000100011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259DE; }

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

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

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

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

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

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

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

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