#A859EA

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

Shades of Amethyst #A859EA

Tints of Amethyst #A859EA

Color information

#A859EA (or 0xA859EA) is unknown color: approx Amethyst. HEX triplet: A8, 59 and EA. RGB value is (168,89,234). Sum of RGB (Red+Green+Blue) = 168+89+234=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #A859EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859EA is #57A615. Grayscale: #808080. Windows color (decimal): -5744150 or 15358376. OLE color: 15358376.

HSL color Cylindrical-coordinate representation of color #A859EA: hue angle of 272.69º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A859EA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16889234-
CMYK0.280.6200.08
HSL272.69º77.54%63.33%-
HSV(B)272.69º61.97%91.76%-
XYZ34.5721.4180.15-
YUV129.15187.17155.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 89 (35.16% from 255) = 18.13%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=34.22%
G=18.13%
B=47.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168892340.280.6200.08272.6977.5463.33
HexA859EA1C3E081114e3f
Octal250131352347601042111677
Binary1010100010110011110101011100111110010001000100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A859EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A859EA; }

 p { color: rgb(168,89,234); }

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

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

 a { background-color: rgb(168,89,234); }

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

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

 span { border-color: rgb(168,89,234); }

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