#A657DE

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

Shades of Amethyst #A657DE

Tints of Amethyst #A657DE

Color information

#A657DE (or 0xA657DE) is unknown color: approx Amethyst. HEX triplet: A6, 57 and DE. RGB value is (166,87,222). Sum of RGB (Red+Green+Blue) = 166+87+222=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #A657DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657DE is #59A821. Grayscale: #7D7D7D. Windows color (decimal): -5875746 or 14571430. OLE color: 14571430.

HSL color Cylindrical-coordinate representation of color #A657DE: hue angle of 275.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A657DE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16687222-
CMYK0.250.6100.13
HSL275.11º67.16%60.59%-
HSV(B)275.11º60.81%87.06%-
XYZ32.3220.271.3-
YUV126.01182.17156.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=34.95%
G=18.32%
B=46.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166872220.250.6100.13275.1167.1660.59
HexA657DE193D0D113433d
Octal246127336317501542310375
Binary1010011010101111101111011001111101011011000100111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A657DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A657DE; }

 p { color: rgb(166,87,222); }

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

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

 a { background-color: rgb(166,87,222); }

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

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

 span { border-color: rgb(166,87,222); }

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