#A66FBE

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

Shades of Amethyst #A66FBE

Tints of Amethyst #A66FBE

Color information

#A66FBE (or 0xA66FBE) is unknown color: approx Amethyst. HEX triplet: A6, 6F and BE. RGB value is (166,111,190). Sum of RGB (Red+Green+Blue) = 166+111+190=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A66FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FBE is #599041. Grayscale: #888888. Windows color (decimal): -5869634 or 12480422. OLE color: 12480422.

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

Color convert

RGB166111190-
CMYK0.130.4200.25
HSL281.77º37.8%59.02%-
HSV(B)281.77º41.58%74.51%-
XYZ30.723.1951.57-
YUV136.45158.22149.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=35.55%
G=23.77%
B=40.69%

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
Decimal1661111900.130.4200.25281.7737.859.02
HexA66FBED2A01911a263b
Octal24615727615520314324673
Binary101001101101111101111101101101010011001100011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FBE; }

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

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

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

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

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

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

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

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