#A259CF

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

Shades of Amethyst #A259CF

Tints of Amethyst #A259CF

Color information

#A259CF (or 0xA259CF) is unknown color: approx Amethyst. HEX triplet: A2, 59 and CF. RGB value is (162,89,207). Sum of RGB (Red+Green+Blue) = 162+89+207=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #A259CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259CF is #5DA630. Grayscale: #7B7B7B. Windows color (decimal): -6137393 or 13588898. OLE color: 13588898.

HSL color Cylindrical-coordinate representation of color #A259CF: hue angle of 277.12º degrees, saturation: 0.55, 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 #A259CF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16289207-
CMYK0.220.5700.19
HSL277.12º55.14%58.04%-
HSV(B)277.12º57%81.18%-
XYZ29.7419.3361.2-
YUV124.28174.68154.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=35.37%
G=19.43%
B=45.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162892070.220.5700.19277.1255.1458.04
HexA259CF1639013115373a
Octal24213131726710234256772
Binary1010001010110011100111110110111001010011100010101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259CF; }

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

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

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

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

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

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

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

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