#A66BC0

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

Shades of Amethyst #A66BC0

Tints of Amethyst #A66BC0

Color information

#A66BC0 (or 0xA66BC0) is unknown color: approx Amethyst. HEX triplet: A6, 6B and C0. RGB value is (166,107,192). Sum of RGB (Red+Green+Blue) = 166+107+192=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #A66BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BC0 is #59943F. Grayscale: #868686. Windows color (decimal): -5870656 or 12610470. OLE color: 12610470.

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

Color convert

RGB166107192-
CMYK0.140.4400.25
HSL281.65º40.28%58.63%-
HSV(B)281.65º44.27%75.29%-
XYZ30.522.4352.59-
YUV134.33160.55150.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=35.70%
G=23.01%
B=41.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661071920.140.4400.25281.6540.2858.63
HexA66BC0E2C01911a283b
Octal24615330016540314325073
Binary101001101101011110000001110101100011001100011010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BC0; }

 p { color: rgb(166,107,192); }

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

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

 a { background-color: rgb(166,107,192); }

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

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

 span { border-color: rgb(166,107,192); }

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