#A16BBD

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

Shades of Amethyst #A16BBD

Tints of Amethyst #A16BBD

Color information

#A16BBD (or 0xA16BBD) is unknown color: approx Amethyst. HEX triplet: A1, 6B and BD. RGB value is (161,107,189). Sum of RGB (Red+Green+Blue) = 161+107+189=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A16BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BBD is #5E9442. Grayscale: #848484. Windows color (decimal): -6198339 or 12413857. OLE color: 12413857.

HSL color Cylindrical-coordinate representation of color #A16BBD: hue angle of 279.51º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16BBD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161107189-
CMYK0.150.4300.26
HSL279.51º38.32%58.04%-
HSV(B)279.51º43.39%74.12%-
XYZ29.1421.7750.81-
YUV132.49159.89148.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=35.23%
G=23.41%
B=41.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611071890.150.4300.26279.5138.3258.04
HexA16BBDF2B01A118263a
Octal24115327517530324304672
Binary101000011101011101111011111101011011010100011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BBD; }

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

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

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

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

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

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

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

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