#A66FD8

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

Shades of Amethyst #A66FD8

Tints of Amethyst #A66FD8

Color information

#A66FD8 (or 0xA66FD8) is unknown color: approx Amethyst. HEX triplet: A6, 6F and D8. RGB value is (166,111,216). Sum of RGB (Red+Green+Blue) = 166+111+216=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #A66FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FD8 is #599027. Grayscale: #8B8B8B. Windows color (decimal): -5869608 or 14184358. OLE color: 14184358.

HSL color Cylindrical-coordinate representation of color #A66FD8: hue angle of 271.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66FD8 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166111216-
CMYK0.230.4900.15
HSL271.43º57.38%64.12%-
HSV(B)271.43º48.61%84.71%-
XYZ33.824.4367.9-
YUV139.42171.22146.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=33.67%
G=22.52%
B=43.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661112160.230.4900.15271.4357.3864.12
HexA66FD817310F10f3940
Octal246157330276101741771100
Binary1010011011011111101100010111110001011111000011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FD8; }

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

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

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

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

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

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

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

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