Shades of Violet Blue #A95698
Tints of Violet Blue #A95698
RGB
CMYK
RGB Variations
Color information
#A95698 (or 0xA95698) is known color: Violet Blue. HEX triplet: A9, 56 and 98. RGB value is (169,86,152). Sum of RGB (Red+Green+Blue) = 169+86+152=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A95698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95698 is #56A967. Grayscale: #767676. Windows color (decimal): -5679464 or 9983657. OLE color: 9983657.
HSL color Cylindrical-coordinate representation of color #A95698: hue angle of 312.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95698 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 152 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.34 |
| HSL | 312.29º | 0.33% | 0.5% | - |
| HSV(B) | 312.29º | 0.49% | 0.66% | - |
| XYZ | 25.36 | 17.36 | 31.72 | - |
| YUV | 118.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 152 | 0 | 0.49 | 0.10 | 0.34 | 312.29 | 0.33 | 0.5 |
| Hex | A9 | 56 | 98 | 0 | 31 | A | 22 | 138 | 21 | 32 |
| Octal | 251 | 126 | 230 | 0 | 61 | 12 | 42 | 470 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10011000 | 0 | 110001 | 1010 | 100010 | 100111000 | 100001 | 110010 |
Color Harmonies of #A95698
Complementary color
Monochromatic Colors of #A95698
Black with #A95698
Text Example
Text Example
White with #A95698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95698; }
p { color: rgb(169,86,152); }
H1.HeaderClassName
{
color: #A95698;
}
.AnyTagClassName
{
color: #A95698;
}
</style>
background-color css
<style>
a { background-color: #A95698; }
a { background-color: rgb(169,86,152); }
div.DivClassName
{
background-color: #A95698;
}
.BgClassName
{
background-color: #A95698;
}
</style>
border-color css
<style>
span { border-color: #A95698; }
span { border-color: rgb(169,86,152); }
td.TdClassName
{
border-color: #A95698;
}
.TagClassName
{
border-color: #A95698;
}
</style>