#a16ccf

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

Shades of Amethyst #A16CCF

Tints of Amethyst #A16CCF

Color information

#A16CCF (or 0xA16CCF) is unknown color: approx Amethyst. HEX triplet: A1, 6C and CF. RGB value is (161,108,207). Sum of RGB (Red+Green+Blue) = 161+108+207=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #A16CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCF is #5E9330. Grayscale: #868686. Windows color (decimal): -6198065 or 13593761. OLE color: 13593761.

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

Color convert

RGB161108207-
CMYK0.220.4800.19
HSL272.12º50.77%61.76%-
HSV(B)272.12º47.83%81.18%-
XYZ31.3222.8161.78-
YUV135.13168.56146.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=33.82%
G=22.69%
B=43.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611082070.220.4800.19272.1250.7761.76
HexA16CCF1630013110333e
Octal24115431726600234206376
Binary1010000111011001100111110110110000010011100010000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16ccf; }

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

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

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

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

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

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

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

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