#A168BF

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

Shades of Amethyst #A168BF

Tints of Amethyst #A168BF

Color information

#A168BF (or 0xA168BF) is unknown color: approx Amethyst. HEX triplet: A1, 68 and BF. RGB value is (161,104,191). Sum of RGB (Red+Green+Blue) = 161+104+191=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A168BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BF is #5E9740. Grayscale: #828282. Windows color (decimal): -6199105 or 12544161. OLE color: 12544161.

HSL color Cylindrical-coordinate representation of color #A168BF: hue angle of 279.31º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A168BF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161104191-
CMYK0.160.4600.25
HSL279.31º40.47%57.84%-
HSV(B)279.31º45.55%74.9%-
XYZ29.0521.2451.86-
YUV130.96161.88149.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 191 (75% from 255) = 41.89%
R=35.31%
G=22.81%
B=41.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611041910.160.4600.25279.3140.4757.84
HexA168BF102E019117283a
Octal24115027720560314275072
Binary1010000111010001011111110000101110011001100010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168BF; }

 p { color: rgb(161,104,191); }

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

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

 a { background-color: rgb(161,104,191); }

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

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

 span { border-color: rgb(161,104,191); }

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