Shades of Viola #B49AA2
Tints of Viola #B49AA2
RGB
CMYK
RGB Variations
Color information
#B49AA2 (or 0xB49AA2) is known color: Viola. HEX triplet: B4, 9A and A2. RGB value is (180,154,162). Sum of RGB (Red+Green+Blue) = 180+154+162=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA2 is #4B655D. Grayscale: #A2A2A2. Windows color (decimal): -4941150 or 10656436. OLE color: 10656436.
HSL color Cylindrical-coordinate representation of color #B49AA2: hue angle of 341.54º 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 #B49AA2 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 154 | 162 | - |
CMYK | 0 | 0.14 | 0.1 | 0.29 |
HSL | 341.54º | 0.15% | 0.65% | - |
HSV(B) | 341.54º | 0.14% | 0.71% | - |
XYZ | 36.9 | 35.42 | 39.07 | - |
YUV | 162.69 | 127.61 | 140.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 154 | 162 | 0 | 0.14 | 0.1 | 0.29 | 341.54 | 0.15 | 0.65 |
Hex | B4 | 9A | A2 | 0 | E | A | 1D | 156 | F | 41 |
Octal | 264 | 232 | 242 | 0 | 16 | 12 | 35 | 526 | 17 | 101 |
Binary | 10110100 | 10011010 | 10100010 | 0 | 1110 | 1010 | 11101 | 101010110 | 1111 | 1000001 |
Color Harmonies of #B49AA2
Complementary color
Monochromatic Colors of #B49AA2
Black with #B49AA2
Text Example
Text Example
White with #B49AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AA2; }
p { color: rgb(180,154,162); }
H1.HeaderClassName
{
color: #B49AA2;
}
.AnyTagClassName
{
color: #B49AA2;
}
</style>
background-color css
<style>
a { background-color: #B49AA2; }
a { background-color: rgb(180,154,162); }
div.DivClassName
{
background-color: #B49AA2;
}
.BgClassName
{
background-color: #B49AA2;
}
</style>
border-color css
<style>
span { border-color: #B49AA2; }
span { border-color: rgb(180,154,162); }
td.TdClassName
{
border-color: #B49AA2;
}
.TagClassName
{
border-color: #B49AA2;
}
</style>