Shades of Violet Blue #A95FB1
Tints of Violet Blue #A95FB1
RGB
CMYK
RGB Variations
Color information
#A95FB1 (or 0xA95FB1) is known color: Violet Blue. HEX triplet: A9, 5F and B1. RGB value is (169,95,177). Sum of RGB (Red+Green+Blue) = 169+95+177=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #A95FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FB1 is #56A04E. Grayscale: #7E7E7E. Windows color (decimal): -5677135 or 11624361. OLE color: 11624361.
HSL color Cylindrical-coordinate representation of color #A95FB1: hue angle of 294.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95FB1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 95 | 177 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.31 |
| HSL | 294.15º | 0.34% | 0.53% | - |
| HSV(B) | 294.15º | 0.46% | 0.69% | - |
| XYZ | 28.39 | 19.79 | 43.92 | - |
| YUV | 126.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 177 | 0.05 | 0.46 | 0 | 0.31 | 294.15 | 0.34 | 0.53 |
| Hex | A9 | 5F | B1 | 5 | 2E | 0 | 1F | 126 | 22 | 35 |
| Octal | 251 | 137 | 261 | 5 | 56 | 0 | 37 | 446 | 42 | 65 |
| Binary | 10101001 | 1011111 | 10110001 | 101 | 101110 | 0 | 11111 | 100100110 | 100010 | 110101 |
Color Harmonies of #A95FB1
Complementary color
Monochromatic Colors of #A95FB1
Black with #A95FB1
Text Example
Text Example
White with #A95FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95FB1; }
p { color: rgb(169,95,177); }
H1.HeaderClassName
{
color: #A95FB1;
}
.AnyTagClassName
{
color: #A95FB1;
}
</style>
background-color css
<style>
a { background-color: #A95FB1; }
a { background-color: rgb(169,95,177); }
div.DivClassName
{
background-color: #A95FB1;
}
.BgClassName
{
background-color: #A95FB1;
}
</style>
border-color css
<style>
span { border-color: #A95FB1; }
span { border-color: rgb(169,95,177); }
td.TdClassName
{
border-color: #A95FB1;
}
.TagClassName
{
border-color: #A95FB1;
}
</style>