#A166CF

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

Shades of Amethyst #A166CF

Tints of Amethyst #A166CF

Color information

#A166CF (or 0xA166CF) is unknown color: approx Amethyst. HEX triplet: A1, 66 and CF. RGB value is (161,102,207). Sum of RGB (Red+Green+Blue) = 161+102+207=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A166CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166CF is #5E9930. Grayscale: #838383. Windows color (decimal): -6199601 or 13592225. OLE color: 13592225.

HSL color Cylindrical-coordinate representation of color #A166CF: hue angle of 273.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A166CF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161102207-
CMYK0.220.5100.19
HSL273.71º52.24%60.59%-
HSV(B)273.71º50.72%81.18%-
XYZ30.7121.5861.58-
YUV131.61170.55148.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=34.26%
G=21.70%
B=44.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611022070.220.5100.19273.7152.2460.59
HexA166CF1633013112343d
Octal24114631726630234226475
Binary1010000111001101100111110110110011010011100010010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166CF; }

 p { color: rgb(161,102,207); }

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

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

 a { background-color: rgb(161,102,207); }

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

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

 span { border-color: rgb(161,102,207); }

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