#A664DB

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

Shades of Amethyst #A664DB

Tints of Amethyst #A664DB

Color information

#A664DB (or 0xA664DB) is unknown color: approx Amethyst. HEX triplet: A6, 64 and DB. RGB value is (166,100,219). Sum of RGB (Red+Green+Blue) = 166+100+219=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A664DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664DB is #599B24. Grayscale: #848484. Windows color (decimal): -5872421 or 14378150. OLE color: 14378150.

HSL color Cylindrical-coordinate representation of color #A664DB: hue angle of 273.28º degrees, saturation: 0.62, 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 #A664DB is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166100219-
CMYK0.240.5400.14
HSL273.28º62.3%62.55%-
HSV(B)273.28º54.34%85.88%-
XYZ33.0722.3469.59-
YUV133.3176.37151.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=34.23%
G=20.62%
B=45.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661002190.240.5400.14273.2862.362.55
HexA664DB18360E1113e3f
Octal24614433330660164217677
Binary101001101100100110110111100011011001110100010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664DB; }

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

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

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

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

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

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

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

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