#B49AA1

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

Shades of Viola #B49AA1

Tints of Viola #B49AA1

Color information

#B49AA1 (or 0xB49AA1) is unknown color: approx Viola. HEX triplet: B4, 9A and A1. RGB value is (180,154,161). Sum of RGB (Red+Green+Blue) = 180+154+161=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA1 is #4B655E. Grayscale: #A2A2A2. Windows color (decimal): -4941151 or 10590900. OLE color: 10590900.

HSL color Cylindrical-coordinate representation of color #B49AA1: hue angle of 343.85º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AA1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180154161-
CMYK00.140.110.29
HSL343.85º14.77%65.49%-
HSV(B)343.85º14.44%70.59%-
XYZ36.8135.3938.61-
YUV162.57127.11140.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=36.36%
G=31.11%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015416100.140.110.29343.8514.7765.49
HexB49AA10EB1D158f41
Octal264232241016133553017101
Binary1011010010011010101000010111010111110110101100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AA1; }

 p { color: rgb(180,154,161); }

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

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

 a { background-color: rgb(180,154,161); }

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

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

 span { border-color: rgb(180,154,161); }

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