Shades of Violet Blue #A95892
Tints of Violet Blue #A95892
RGB
CMYK
RGB Variations
Color information
#A95892 (or 0xA95892) is known color: Violet Blue. HEX triplet: A9, 58 and 92. RGB value is (169,88,146). Sum of RGB (Red+Green+Blue) = 169+88+146=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A95892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95892 is #56A76D. Grayscale: #767676. Windows color (decimal): -5678958 or 9590953. OLE color: 9590953.
HSL color Cylindrical-coordinate representation of color #A95892: hue angle of 317.04º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A95892 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 88 | 146 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.34 |
| HSL | 317.04º | 0.32% | 0.5% | - |
| HSV(B) | 317.04º | 0.48% | 0.66% | - |
| XYZ | 25.04 | 17.49 | 29.25 | - |
| YUV | 118.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 146 | 0 | 0.48 | 0.14 | 0.34 | 317.04 | 0.32 | 0.5 |
| Hex | A9 | 58 | 92 | 0 | 30 | E | 22 | 13D | 20 | 32 |
| Octal | 251 | 130 | 222 | 0 | 60 | 16 | 42 | 475 | 40 | 62 |
| Binary | 10101001 | 1011000 | 10010010 | 0 | 110000 | 1110 | 100010 | 100111101 | 100000 | 110010 |
Color Harmonies of #A95892
Complementary color
Monochromatic Colors of #A95892
Black with #A95892
Text Example
Text Example
White with #A95892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95892; }
p { color: rgb(169,88,146); }
H1.HeaderClassName
{
color: #A95892;
}
.AnyTagClassName
{
color: #A95892;
}
</style>
background-color css
<style>
a { background-color: #A95892; }
a { background-color: rgb(169,88,146); }
div.DivClassName
{
background-color: #A95892;
}
.BgClassName
{
background-color: #A95892;
}
</style>
border-color css
<style>
span { border-color: #A95892; }
span { border-color: rgb(169,88,146); }
td.TdClassName
{
border-color: #A95892;
}
.TagClassName
{
border-color: #A95892;
}
</style>