#A66FBF

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

Shades of Amethyst #A66FBF

Tints of Amethyst #A66FBF

Color information

#A66FBF (or 0xA66FBF) is unknown color: approx Amethyst. HEX triplet: A6, 6F and BF. RGB value is (166,111,191). Sum of RGB (Red+Green+Blue) = 166+111+191=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A66FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FBF is #599040. Grayscale: #888888. Windows color (decimal): -5869633 or 12545958. OLE color: 12545958.

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

Color convert

RGB166111191-
CMYK0.130.4200.25
HSL281.25º38.46%59.22%-
HSV(B)281.25º41.88%74.9%-
XYZ30.8123.2452.15-
YUV136.56158.72149-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 191 (75% from 255) = 40.81%
R=35.47%
G=23.72%
B=40.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661111910.130.4200.25281.2538.4659.22
HexA66FBFD2A019119263b
Octal24615727715520314314673
Binary101001101101111101111111101101010011001100011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FBF; }

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

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

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

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

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

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

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

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