#A660DF

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

Shades of Amethyst #A660DF

Tints of Amethyst #A660DF

Color information

#A660DF (or 0xA660DF) is unknown color: approx Amethyst. HEX triplet: A6, 60 and DF. RGB value is (166,96,223). Sum of RGB (Red+Green+Blue) = 166+96+223=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A660DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660DF is #599F20. Grayscale: #828282. Windows color (decimal): -5873441 or 14639270. OLE color: 14639270.

HSL color Cylindrical-coordinate representation of color #A660DF: hue angle of 273.07º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A660DF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16696223-
CMYK0.260.5700.13
HSL273.07º66.49%62.55%-
HSV(B)273.07º56.95%87.45%-
XYZ33.2321.872.27-
YUV131.41179.69152.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=34.23%
G=19.79%
B=45.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166962230.260.5700.13273.0766.4962.55
HexA660DF1A390D111423f
Octal246140337327101542110277
Binary1010011011000001101111111010111001011011000100011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660DF; }

 p { color: rgb(166,96,223); }

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

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

 a { background-color: rgb(166,96,223); }

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

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

 span { border-color: rgb(166,96,223); }

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