Shades of Violet Blue #B169AA
Tints of Violet Blue #B169AA
RGB
CMYK
RGB Variations
Color information
#B169AA (or 0xB169AA) is known color: Violet Blue. HEX triplet: B1, 69 and AA. RGB value is (177,105,170). Sum of RGB (Red+Green+Blue) = 177+105+170=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B169AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B169AA is #4E9655. Grayscale: #858585. Windows color (decimal): -5150294 or 11168177. OLE color: 11168177.
HSL color Cylindrical-coordinate representation of color #B169AA: hue angle of 305.83º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B169AA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 170 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.31 |
| HSL | 305.83º | 0.32% | 0.55% | - |
| HSV(B) | 305.83º | 0.41% | 0.69% | - |
| XYZ | 30.44 | 22.35 | 40.74 | - |
| YUV | 133.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 170 | 0 | 0.41 | 0.04 | 0.31 | 305.83 | 0.32 | 0.55 |
| Hex | B1 | 69 | AA | 0 | 29 | 4 | 1F | 132 | 20 | 37 |
| Octal | 261 | 151 | 252 | 0 | 51 | 4 | 37 | 462 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10101010 | 0 | 101001 | 100 | 11111 | 100110010 | 100000 | 110111 |
Color Harmonies of #B169AA
Complementary color
Monochromatic Colors of #B169AA
Black with #B169AA
Text Example
Text Example
White with #B169AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B169AA; }
p { color: rgb(177,105,170); }
H1.HeaderClassName
{
color: #B169AA;
}
.AnyTagClassName
{
color: #B169AA;
}
</style>
background-color css
<style>
a { background-color: #B169AA; }
a { background-color: rgb(177,105,170); }
div.DivClassName
{
background-color: #B169AA;
}
.BgClassName
{
background-color: #B169AA;
}
</style>
border-color css
<style>
span { border-color: #B169AA; }
span { border-color: rgb(177,105,170); }
td.TdClassName
{
border-color: #B169AA;
}
.TagClassName
{
border-color: #B169AA;
}
</style>