#A666CC

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

Shades of Amethyst #A666CC

Tints of Amethyst #A666CC

Color information

#A666CC (or 0xA666CC) is unknown color: approx Amethyst. HEX triplet: A6, 66 and CC. RGB value is (166,102,204). Sum of RGB (Red+Green+Blue) = 166+102+204=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A666CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666CC is #599933. Grayscale: #848484. Windows color (decimal): -5871924 or 13395622. OLE color: 13395622.

HSL color Cylindrical-coordinate representation of color #A666CC: hue angle of 277.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A666CC is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166102204-
CMYK0.190.500.2
HSL277.65º50%60%-
HSV(B)277.65º50%80%-
XYZ31.3821.9759.71-
YUV132.76168.2151.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=35.17%
G=21.61%
B=43.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661022040.190.500.2277.655060
HexA666CC1332014116323c
Octal24614631423620244266274
Binary1010011011001101100110010011110010010100100010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666CC; }

 p { color: rgb(166,102,204); }

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

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

 a { background-color: rgb(166,102,204); }

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

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

 span { border-color: rgb(166,102,204); }

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