#A658D1

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

Shades of Amethyst #A658D1

Tints of Amethyst #A658D1

Color information

#A658D1 (or 0xA658D1) is unknown color: approx Amethyst. HEX triplet: A6, 58 and D1. RGB value is (166,88,209). Sum of RGB (Red+Green+Blue) = 166+88+209=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #A658D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D1 is #59A72E. Grayscale: #7C7C7C. Windows color (decimal): -5875503 or 13719718. OLE color: 13719718.

HSL color Cylindrical-coordinate representation of color #A658D1: hue angle of 278.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A658D1 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16688209-
CMYK0.210.5800.18
HSL278.68º56.81%58.24%-
HSV(B)278.68º57.89%81.96%-
XYZ30.7219.6962.5-
YUV125.12175.34157.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=35.85%
G=19.01%
B=45.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166882090.210.5800.18278.6856.8158.24
HexA658D1153A012117393a
Octal24613032125720224277172
Binary1010011010110001101000110101111010010010100010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658D1; }

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

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

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

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

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

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

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

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