Shades of Violet Blue #A9579E
Tints of Violet Blue #A9579E
RGB
CMYK
RGB Variations
Color information
#A9579E (or 0xA9579E) is known color: Violet Blue. HEX triplet: A9, 57 and 9E. RGB value is (169,87,158). Sum of RGB (Red+Green+Blue) = 169+87+158=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9579E is #56A861. Grayscale: #777777. Windows color (decimal): -5679202 or 10377129. OLE color: 10377129.
HSL color Cylindrical-coordinate representation of color #A9579E: hue angle of 308.05º degrees, saturation: 0.32, 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 #A9579E is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 158 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.34 |
| HSL | 308.05º | 0.32% | 0.5% | - |
| HSV(B) | 308.05º | 0.49% | 0.66% | - |
| XYZ | 25.94 | 17.72 | 34.4 | - |
| YUV | 119.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 158 | 0 | 0.49 | 0.07 | 0.34 | 308.05 | 0.32 | 0.5 |
| Hex | A9 | 57 | 9E | 0 | 31 | 7 | 22 | 134 | 20 | 32 |
| Octal | 251 | 127 | 236 | 0 | 61 | 7 | 42 | 464 | 40 | 62 |
| Binary | 10101001 | 1010111 | 10011110 | 0 | 110001 | 111 | 100010 | 100110100 | 100000 | 110010 |
Color Harmonies of #A9579E
Complementary color
Monochromatic Colors of #A9579E
Black with #A9579E
Text Example
Text Example
White with #A9579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9579E; }
p { color: rgb(169,87,158); }
H1.HeaderClassName
{
color: #A9579E;
}
.AnyTagClassName
{
color: #A9579E;
}
</style>
background-color css
<style>
a { background-color: #A9579E; }
a { background-color: rgb(169,87,158); }
div.DivClassName
{
background-color: #A9579E;
}
.BgClassName
{
background-color: #A9579E;
}
</style>
border-color css
<style>
span { border-color: #A9579E; }
span { border-color: rgb(169,87,158); }
td.TdClassName
{
border-color: #A9579E;
}
.TagClassName
{
border-color: #A9579E;
}
</style>