#A66FD5

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

Shades of Amethyst #A66FD5

Tints of Amethyst #A66FD5

Color information

#A66FD5 (or 0xA66FD5) is unknown color: approx Amethyst. HEX triplet: A6, 6F and D5. RGB value is (166,111,213). Sum of RGB (Red+Green+Blue) = 166+111+213=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #A66FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FD5 is #59902A. Grayscale: #8A8A8A. Windows color (decimal): -5869611 or 13987750. OLE color: 13987750.

HSL color Cylindrical-coordinate representation of color #A66FD5: hue angle of 272.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66FD5 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166111213-
CMYK0.220.4800.16
HSL272.35º54.84%63.53%-
HSV(B)272.35º47.89%83.53%-
XYZ33.4224.2865.88-
YUV139.07169.72147.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=33.88%
G=22.65%
B=43.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661112130.220.4800.16272.3554.8463.53
HexA66FD516300101103740
Octal246157325266002042067100
Binary10100110110111111010101101101100000100001000100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FD5; }

 p { color: rgb(166,111,213); }

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

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

 a { background-color: rgb(166,111,213); }

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

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

 span { border-color: rgb(166,111,213); }

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