#A66EBE

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

Shades of Amethyst #A66EBE

Tints of Amethyst #A66EBE

Color information

#A66EBE (or 0xA66EBE) is unknown color: approx Amethyst. HEX triplet: A6, 6E and BE. RGB value is (166,110,190). Sum of RGB (Red+Green+Blue) = 166+110+190=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A66EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EBE is #599141. Grayscale: #878787. Windows color (decimal): -5869890 or 12480166. OLE color: 12480166.

HSL color Cylindrical-coordinate representation of color #A66EBE: hue angle of 282º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66EBE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166110190-
CMYK0.130.4200.25
HSL282º38.1%58.82%-
HSV(B)282º42.11%74.51%-
XYZ30.622.9851.54-
YUV135.86158.55149.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=35.62%
G=23.61%
B=40.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661101900.130.4200.2528238.158.82
HexA66EBED2A01911a263b
Octal24615627615520314324673
Binary101001101101110101111101101101010011001100011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EBE; }

 p { color: rgb(166,110,190); }

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

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

 a { background-color: rgb(166,110,190); }

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

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

 span { border-color: rgb(166,110,190); }

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