#A66ACB

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

Shades of Amethyst #A66ACB

Tints of Amethyst #A66ACB

Color information

#A66ACB (or 0xA66ACB) is unknown color: approx Amethyst. HEX triplet: A6, 6A and CB. RGB value is (166,106,203). Sum of RGB (Red+Green+Blue) = 166+106+203=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ACB is #599534. Grayscale: #868686. Windows color (decimal): -5870901 or 13331110. OLE color: 13331110.

HSL color Cylindrical-coordinate representation of color #A66ACB: hue angle of 277.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66ACB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166106203-
CMYK0.180.4800.20
HSL277.11º48.26%60.59%-
HSV(B)277.11º47.78%79.61%-
XYZ31.6622.7359.22-
YUV135166.38150.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=34.95%
G=22.32%
B=42.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661062030.180.4800.20277.1148.2660.59
HexA66ACB1230014115303d
Octal24615231322600244256075
Binary1010011011010101100101110010110000010100100010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66ACB; }

 p { color: rgb(166,106,203); }

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

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

 a { background-color: rgb(166,106,203); }

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

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

 span { border-color: rgb(166,106,203); }

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