#A66DC0

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

Shades of Amethyst #A66DC0

Tints of Amethyst #A66DC0

Color information

#A66DC0 (or 0xA66DC0) is unknown color: approx Amethyst. HEX triplet: A6, 6D and C0. RGB value is (166,109,192). Sum of RGB (Red+Green+Blue) = 166+109+192=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #A66DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DC0 is #59923F. Grayscale: #878787. Windows color (decimal): -5870144 or 12610982. OLE color: 12610982.

HSL color Cylindrical-coordinate representation of color #A66DC0: hue angle of 281.2º degrees, saturation: 0.4, 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 #A66DC0 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166109192-
CMYK0.140.4300.25
HSL281.2º39.71%59.02%-
HSV(B)281.2º43.23%75.29%-
XYZ30.7122.8552.66-
YUV135.5159.88149.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=35.55%
G=23.34%
B=41.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661091920.140.4300.25281.239.7159.02
HexA66DC0E2B019119283b
Octal24615530016530314315073
Binary101001101101101110000001110101011011001100011001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DC0; }

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

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

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

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

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

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

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

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