#A66CDB

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

Shades of Amethyst #A66CDB

Tints of Amethyst #A66CDB

Color information

#A66CDB (or 0xA66CDB) is unknown color: approx Amethyst. HEX triplet: A6, 6C and DB. RGB value is (166,108,219). Sum of RGB (Red+Green+Blue) = 166+108+219=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A66CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CDB is #599324. Grayscale: #898989. Windows color (decimal): -5870373 or 14380198. OLE color: 14380198.

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

Color convert

RGB166108219-
CMYK0.240.5100.14
HSL271.35º60.66%64.12%-
HSV(B)271.35º50.68%85.88%-
XYZ33.8723.9569.85-
YUV138173.72147.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 108 (42.58% from 255) = 21.91%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=33.67%
G=21.91%
B=44.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661082190.240.5100.14271.3560.6664.12
HexA66CDB18330E10f3d40
Octal246154333306301641775100
Binary1010011011011001101101111000110011011101000011111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66CDB; }

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

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

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

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

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

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

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

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