#A666E3

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

Shades of Amethyst #A666E3

Tints of Amethyst #A666E3

Color information

#A666E3 (or 0xA666E3) is unknown color: approx Amethyst. HEX triplet: A6, 66 and E3. RGB value is (166,102,227). Sum of RGB (Red+Green+Blue) = 166+102+227=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #A666E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666E3 is #59991C. Grayscale: #868686. Windows color (decimal): -5871901 or 14902950. OLE color: 14902950.

HSL color Cylindrical-coordinate representation of color #A666E3: hue angle of 270.72º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A666E3 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166102227-
CMYK0.270.5500.11
HSL270.72º69.06%64.51%-
HSV(B)270.72º55.07%89.02%-
XYZ34.3423.1675.33-
YUV135.39179.7149.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=33.54%
G=20.61%
B=45.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661022270.270.5500.11270.7269.0664.51
HexA666E31B370B10f4541
Octal2461463433367013417105101
Binary10100110110011011100011110111101110101110000111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666E3; }

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

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

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

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

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

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

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

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