#A66EBF

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

Shades of Amethyst #A66EBF

Tints of Amethyst #A66EBF

Color information

#A66EBF (or 0xA66EBF) is unknown color: approx Amethyst. HEX triplet: A6, 6E and BF. RGB value is (166,110,191). Sum of RGB (Red+Green+Blue) = 166+110+191=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #A66EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EBF is #599140. Grayscale: #878787. Windows color (decimal): -5869889 or 12545702. OLE color: 12545702.

HSL color Cylindrical-coordinate representation of color #A66EBF: hue angle of 281.48º degrees, saturation: 0.39, 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 #A66EBF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166110191-
CMYK0.130.4200.25
HSL281.48º38.76%59.02%-
HSV(B)281.48º42.41%74.9%-
XYZ30.7123.0252.12-
YUV135.98159.05149.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 191 (75% from 255) = 40.90%
R=35.55%
G=23.55%
B=40.90%

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
Decimal1661101910.130.4200.25281.4838.7659.02
HexA66EBFD2A019119273b
Octal24615627715520314314773
Binary101001101101110101111111101101010011001100011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EBF; }

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

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

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

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

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

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

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

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