#A66FD0

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

Shades of Amethyst #A66FD0

Tints of Amethyst #A66FD0

Color information

#A66FD0 (or 0xA66FD0) is unknown color: approx Amethyst. HEX triplet: A6, 6F and D0. RGB value is (166,111,208). Sum of RGB (Red+Green+Blue) = 166+111+208=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #A66FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FD0 is #59902F. Grayscale: #8A8A8A. Windows color (decimal): -5869616 or 13660070. OLE color: 13660070.

HSL color Cylindrical-coordinate representation of color #A66FD0: hue angle of 274.02º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66FD0 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166111208-
CMYK0.200.4700.18
HSL274.02º50.79%62.55%-
HSV(B)274.02º46.63%81.57%-
XYZ32.824.0362.58-
YUV138.5167.22147.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=34.23%
G=22.89%
B=42.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661112080.200.4700.18274.0250.7962.55
HexA66FD0142F012112333f
Octal24615732024570224226377
Binary1010011011011111101000010100101111010010100010010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FD0; }

 p { color: rgb(166,111,208); }

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

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

 a { background-color: rgb(166,111,208); }

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

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

 span { border-color: rgb(166,111,208); }

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