#A666DC

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

Shades of Amethyst #A666DC

Tints of Amethyst #A666DC

Color information

#A666DC (or 0xA666DC) is unknown color: approx Amethyst. HEX triplet: A6, 66 and DC. RGB value is (166,102,220). Sum of RGB (Red+Green+Blue) = 166+102+220=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A666DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DC is #599923. Grayscale: #868686. Windows color (decimal): -5871908 or 14444198. OLE color: 14444198.

HSL color Cylindrical-coordinate representation of color #A666DC: hue angle of 272.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A666DC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166102220-
CMYK0.250.5400.14
HSL272.54º62.77%63.14%-
HSV(B)272.54º53.64%86.27%-
XYZ33.422.7870.35-
YUV134.59176.2150.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=34.02%
G=20.90%
B=45.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661022200.250.5400.14272.5462.7763.14
HexA666DC19360E1113f3f
Octal24614633431660164217777
Binary101001101100110110111001100111011001110100010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666DC; }

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

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

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

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

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

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

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

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