#A66AC9

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

Shades of Amethyst #A66AC9

Tints of Amethyst #A66AC9

Color information

#A66AC9 (or 0xA66AC9) is unknown color: approx Amethyst. HEX triplet: A6, 6A and C9. RGB value is (166,106,201). Sum of RGB (Red+Green+Blue) = 166+106+201=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #A66AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66AC9 is #599536. Grayscale: #868686. Windows color (decimal): -5870903 or 13200038. OLE color: 13200038.

HSL color Cylindrical-coordinate representation of color #A66AC9: hue angle of 277.89º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66AC9 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166106201-
CMYK0.170.4700.21
HSL277.89º46.8%60.2%-
HSV(B)277.89º47.26%78.82%-
XYZ31.4222.6357.97-
YUV134.77165.38150.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=35.10%
G=22.41%
B=42.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661062010.170.4700.21277.8946.860.2
HexA66AC9112F0151162f3c
Octal24615231121570254265774
Binary1010011011010101100100110001101111010101100010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66AC9; }

 p { color: rgb(166,106,201); }

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

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

 a { background-color: rgb(166,106,201); }

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

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

 span { border-color: rgb(166,106,201); }

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