#A66BDD

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

Shades of Amethyst #A66BDD

Tints of Amethyst #A66BDD

Color information

#A66BDD (or 0xA66BDD) is unknown color: approx Amethyst. HEX triplet: A6, 6B and DD. RGB value is (166,107,221). Sum of RGB (Red+Green+Blue) = 166+107+221=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A66BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BDD is #599422. Grayscale: #898989. Windows color (decimal): -5870627 or 14511014. OLE color: 14511014.

HSL color Cylindrical-coordinate representation of color #A66BDD: hue angle of 271.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66BDD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166107221-
CMYK0.250.5200.13
HSL271.05º62.64%64.31%-
HSV(B)271.05º51.58%86.67%-
XYZ34.0323.8471.21-
YUV137.64175.05148.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=33.60%
G=21.66%
B=44.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661072210.250.5200.13271.0562.6464.31
HexA66BDD19340D10f3f40
Octal246153335316401541777100
Binary1010011011010111101110111001110100011011000011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BDD; }

 p { color: rgb(166,107,221); }

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

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

 a { background-color: rgb(166,107,221); }

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

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

 span { border-color: rgb(166,107,221); }

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