#B49AA4

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

Shades of Viola #B49AA4

Tints of Viola #B49AA4

Color information

#B49AA4 (or 0xB49AA4) is unknown color: approx Viola. HEX triplet: B4, 9A and A4. RGB value is (180,154,164). Sum of RGB (Red+Green+Blue) = 180+154+164=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA4 is #4B655B. Grayscale: #A2A2A2. Windows color (decimal): -4941148 or 10787508. OLE color: 10787508.

HSL color Cylindrical-coordinate representation of color #B49AA4: hue angle of 336.92º 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 #B49AA4 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180154164-
CMYK00.140.090.29
HSL336.92º14.77%65.49%-
HSV(B)336.92º14.44%70.59%-
XYZ37.0835.4940.02-
YUV162.91128.61140.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=36.14%
G=30.92%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015416400.140.090.29336.9214.7765.49
HexB49AA40E91D151f41
Octal264232244016113552117101
Binary1011010010011010101001000111010011110110101000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AA4; }

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

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

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

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

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

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

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

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