#A259EA

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

Shades of Amethyst #A259EA

Tints of Amethyst #A259EA

Color information

#A259EA (or 0xA259EA) is unknown color: approx Amethyst. HEX triplet: A2, 59 and EA. RGB value is (162,89,234). Sum of RGB (Red+Green+Blue) = 162+89+234=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #A259EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259EA is #5DA615. Grayscale: #7E7E7E. Windows color (decimal): -6137366 or 15358370. OLE color: 15358370.

HSL color Cylindrical-coordinate representation of color #A259EA: hue angle of 270.21º 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 #A259EA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16289234-
CMYK0.310.6200.08
HSL270.21º77.54%63.33%-
HSV(B)270.21º61.97%91.76%-
XYZ33.3220.7780.09-
YUV127.36188.18152.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 89 (35.16% from 255) = 18.35%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=33.40%
G=18.35%
B=48.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162892340.310.6200.08270.2177.5463.33
HexA259EA1F3E0810e4e3f
Octal242131352377601041611677
Binary1010001010110011110101011111111110010001000011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259EA; }

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

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

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

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

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

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

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

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