#A66CBF

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

Shades of Amethyst #A66CBF

Tints of Amethyst #A66CBF

Color information

#A66CBF (or 0xA66CBF) is unknown color: approx Amethyst. HEX triplet: A6, 6C and BF. RGB value is (166,108,191). Sum of RGB (Red+Green+Blue) = 166+108+191=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A66CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CBF is #599340. Grayscale: #868686. Windows color (decimal): -5870401 or 12545190. OLE color: 12545190.

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

Color convert

RGB166108191-
CMYK0.130.4300.25
HSL281.93º39.34%58.63%-
HSV(B)281.93º43.46%74.9%-
XYZ30.4922.5952.04-
YUV134.8159.72150.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 191 (75% from 255) = 41.08%
R=35.70%
G=23.23%
B=41.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661081910.130.4300.25281.9339.3458.63
HexA66CBFD2B01911a273b
Octal24615427715530314324773
Binary101001101101100101111111101101011011001100011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66CBF; }

 p { color: rgb(166,108,191); }

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

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

 a { background-color: rgb(166,108,191); }

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

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

 span { border-color: rgb(166,108,191); }

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