#A666DB

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

Shades of Amethyst #A666DB

Tints of Amethyst #A666DB

Color information

#A666DB (or 0xA666DB) is unknown color: approx Amethyst. HEX triplet: A6, 66 and DB. RGB value is (166,102,219). Sum of RGB (Red+Green+Blue) = 166+102+219=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A666DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DB is #599924. Grayscale: #868686. Windows color (decimal): -5871909 or 14378662. OLE color: 14378662.

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

Color convert

RGB166102219-
CMYK0.240.5300.14
HSL272.82º61.9%62.94%-
HSV(B)272.82º53.42%85.88%-
XYZ33.2622.7269.65-
YUV134.47175.7150.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=34.09%
G=20.94%
B=44.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661022190.240.5300.14272.8261.962.94
HexA666DB18350E1113e3f
Octal24614633330650164217677
Binary101001101100110110110111100011010101110100010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666DB; }

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

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

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

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

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

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

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

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