#A660CE

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

Shades of Amethyst #A660CE

Tints of Amethyst #A660CE

Color information

#A660CE (or 0xA660CE) is unknown color: approx Amethyst. HEX triplet: A6, 60 and CE. RGB value is (166,96,206). Sum of RGB (Red+Green+Blue) = 166+96+206=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #A660CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660CE is #599F31. Grayscale: #818181. Windows color (decimal): -5873458 or 13525158. OLE color: 13525158.

HSL color Cylindrical-coordinate representation of color #A660CE: hue angle of 278.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A660CE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16696206-
CMYK0.190.5300.19
HSL278.18º52.88%59.22%-
HSV(B)278.18º53.4%80.78%-
XYZ31.0520.9360.8-
YUV129.47171.19154.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=35.47%
G=20.51%
B=44.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166962060.190.5300.19278.1852.8859.22
HexA660CE1335013116353b
Octal24614031623650234266573
Binary1010011011000001100111010011110101010011100010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660CE; }

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

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

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

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

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

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

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

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