Shades of Violet Blue #B165AA
Tints of Violet Blue #B165AA
RGB
CMYK
RGB Variations
Color information
#B165AA (or 0xB165AA) is known color: Violet Blue. HEX triplet: B1, 65 and AA. RGB value is (177,101,170). Sum of RGB (Red+Green+Blue) = 177+101+170=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B165AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165AA is #4E9A55. Grayscale: #838383. Windows color (decimal): -5151318 or 11167153. OLE color: 11167153.
HSL color Cylindrical-coordinate representation of color #B165AA: hue angle of 305.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B165AA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 170 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.31 |
| HSL | 305.53º | 0.33% | 0.55% | - |
| HSV(B) | 305.53º | 0.43% | 0.69% | - |
| XYZ | 30.04 | 21.56 | 40.61 | - |
| YUV | 131.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 170 | 0 | 0.43 | 0.04 | 0.31 | 305.53 | 0.33 | 0.55 |
| Hex | B1 | 65 | AA | 0 | 2B | 4 | 1F | 132 | 21 | 37 |
| Octal | 261 | 145 | 252 | 0 | 53 | 4 | 37 | 462 | 41 | 67 |
| Binary | 10110001 | 1100101 | 10101010 | 0 | 101011 | 100 | 11111 | 100110010 | 100001 | 110111 |
Color Harmonies of #B165AA
Complementary color
Monochromatic Colors of #B165AA
Black with #B165AA
Text Example
Text Example
White with #B165AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165AA; }
p { color: rgb(177,101,170); }
H1.HeaderClassName
{
color: #B165AA;
}
.AnyTagClassName
{
color: #B165AA;
}
</style>
background-color css
<style>
a { background-color: #B165AA; }
a { background-color: rgb(177,101,170); }
div.DivClassName
{
background-color: #B165AA;
}
.BgClassName
{
background-color: #B165AA;
}
</style>
border-color css
<style>
span { border-color: #B165AA; }
span { border-color: rgb(177,101,170); }
td.TdClassName
{
border-color: #B165AA;
}
.TagClassName
{
border-color: #B165AA;
}
</style>