Shades of Violet Blue #A95BA1
Tints of Violet Blue #A95BA1
RGB
CMYK
RGB Variations
Color information
#A95BA1 (or 0xA95BA1) is known color: Violet Blue. HEX triplet: A9, 5B and A1. RGB value is (169,91,161). Sum of RGB (Red+Green+Blue) = 169+91+161=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A95BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BA1 is #56A45E. Grayscale: #7A7A7A. Windows color (decimal): -5678175 or 10574761. OLE color: 10574761.
HSL color Cylindrical-coordinate representation of color #A95BA1: hue angle of 306.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95BA1 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 91 | 161 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.34 |
| HSL | 306.15º | 0.31% | 0.51% | - |
| HSV(B) | 306.15º | 0.46% | 0.66% | - |
| XYZ | 26.54 | 18.49 | 35.89 | - |
| YUV | 122.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 161 | 0 | 0.46 | 0.05 | 0.34 | 306.15 | 0.31 | 0.51 |
| Hex | A9 | 5B | A1 | 0 | 2E | 5 | 22 | 132 | 1F | 33 |
| Octal | 251 | 133 | 241 | 0 | 56 | 5 | 42 | 462 | 37 | 63 |
| Binary | 10101001 | 1011011 | 10100001 | 0 | 101110 | 101 | 100010 | 100110010 | 11111 | 110011 |
Color Harmonies of #A95BA1
Complementary color
Monochromatic Colors of #A95BA1
Black with #A95BA1
Text Example
Text Example
White with #A95BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BA1; }
p { color: rgb(169,91,161); }
H1.HeaderClassName
{
color: #A95BA1;
}
.AnyTagClassName
{
color: #A95BA1;
}
</style>
background-color css
<style>
a { background-color: #A95BA1; }
a { background-color: rgb(169,91,161); }
div.DivClassName
{
background-color: #A95BA1;
}
.BgClassName
{
background-color: #A95BA1;
}
</style>
border-color css
<style>
span { border-color: #A95BA1; }
span { border-color: rgb(169,91,161); }
td.TdClassName
{
border-color: #A95BA1;
}
.TagClassName
{
border-color: #A95BA1;
}
</style>