#A259D4

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

Shades of Amethyst #A259D4

Tints of Amethyst #A259D4

Color information

#A259D4 (or 0xA259D4) is unknown color: approx Amethyst. HEX triplet: A2, 59 and D4. RGB value is (162,89,212). Sum of RGB (Red+Green+Blue) = 162+89+212=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #A259D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259D4 is #5DA62B. Grayscale: #7C7C7C. Windows color (decimal): -6137388 or 13916578. OLE color: 13916578.

HSL color Cylindrical-coordinate representation of color #A259D4: hue angle of 275.61º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A259D4 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16289212-
CMYK0.240.5800.17
HSL275.61º58.85%59.02%-
HSV(B)275.61º58.02%83.14%-
XYZ30.3619.5864.47-
YUV124.85177.18154.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 212 (83.20% from 255) = 45.79%
R=34.99%
G=19.22%
B=45.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162892120.240.5800.17275.6158.8559.02
HexA259D4183A0111143b3b
Octal24213132430720214247373
Binary1010001010110011101010011000111010010001100010100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259D4; }

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

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

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

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

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

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

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

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