#A16BCE

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

Shades of Amethyst #A16BCE

Tints of Amethyst #A16BCE

Color information

#A16BCE (or 0xA16BCE) is unknown color: approx Amethyst. HEX triplet: A1, 6B and CE. RGB value is (161,107,206). Sum of RGB (Red+Green+Blue) = 161+107+206=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #A16BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BCE is #5E9431. Grayscale: #868686. Windows color (decimal): -6198322 or 13527969. OLE color: 13527969.

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

Color convert

RGB161107206-
CMYK0.220.4800.19
HSL272.73º50.25%61.37%-
HSV(B)272.73º48.06%80.78%-
XYZ31.122.5561.11-
YUV134.43168.39146.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=33.97%
G=22.57%
B=43.46%

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
Decimal1611072060.220.4800.19272.7350.2561.37
HexA16BCE1630013111323d
Octal24115331626600234216275
Binary1010000111010111100111010110110000010011100010001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BCE; }

 p { color: rgb(161,107,206); }

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

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

 a { background-color: rgb(161,107,206); }

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

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

 span { border-color: rgb(161,107,206); }

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