#A66FCC

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

Shades of Amethyst #A66FCC

Tints of Amethyst #A66FCC

Color information

#A66FCC (or 0xA66FCC) is unknown color: approx Amethyst. HEX triplet: A6, 6F and CC. RGB value is (166,111,204). Sum of RGB (Red+Green+Blue) = 166+111+204=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A66FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FCC is #599033. Grayscale: #898989. Windows color (decimal): -5869620 or 13397926. OLE color: 13397926.

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

Color convert

RGB166111204-
CMYK0.190.4600.2
HSL275.48º47.69%61.76%-
HSV(B)275.48º45.59%80%-
XYZ32.3123.8460.02-
YUV138.05165.22147.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=34.51%
G=23.08%
B=42.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661112040.190.4600.2275.4847.6961.76
HexA66FCC132E014113303e
Octal24615731423560244236076
Binary1010011011011111100110010011101110010100100010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FCC; }

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

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

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

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

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

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

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

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