#B16DDA

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

Shades of Amethyst #B16DDA

Tints of Amethyst #B16DDA

Color information

#B16DDA (or 0xB16DDA) is unknown color: approx Amethyst. HEX triplet: B1, 6D and DA. RGB value is (177,109,218). Sum of RGB (Red+Green+Blue) = 177+109+218=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B16DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDA is #4E9225. Grayscale: #8D8D8D. Windows color (decimal): -5149222 or 14314929. OLE color: 14314929.

HSL color Cylindrical-coordinate representation of color #B16DDA: hue angle of 277.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16DDA is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177109218-
CMYK0.190.500.15
HSL277.43º59.56%64.12%-
HSV(B)277.43º50%85.49%-
XYZ36.2525.3569.31-
YUV141.76171.03153.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=35.12%
G=21.63%
B=43.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771092180.190.500.15277.4359.5664.12
HexB16DDA13320F1153c40
Octal261155332236201742574100
Binary1011000111011011101101010011110010011111000101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DDA; }

 p { color: rgb(177,109,218); }

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

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

 a { background-color: rgb(177,109,218); }

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

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

 span { border-color: rgb(177,109,218); }

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