#A658EA

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

Shades of Amethyst #A658EA

Tints of Amethyst #A658EA

Color information

#A658EA (or 0xA658EA) is unknown color: approx Amethyst. HEX triplet: A6, 58 and EA. RGB value is (166,88,234). Sum of RGB (Red+Green+Blue) = 166+88+234=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #A658EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658EA is #59A715. Grayscale: #7F7F7F. Windows color (decimal): -5875478 or 15358118. OLE color: 15358118.

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

Color convert

RGB16688234-
CMYK0.290.6200.08
HSL272.05º77.66%63.14%-
HSV(B)272.05º62.39%91.76%-
XYZ34.0721.0380.1-
YUV127.97187.84155.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 88 (34.77% from 255) = 18.03%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=34.02%
G=18.03%
B=47.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal166882340.290.6200.08272.0577.6663.14
HexA658EA1D3E081104e3f
Octal246130352357601042011677
Binary1010011010110001110101011101111110010001000100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658EA; }

 p { color: rgb(166,88,234); }

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

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

 a { background-color: rgb(166,88,234); }

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

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

 span { border-color: rgb(166,88,234); }

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