Shades of Violet Blue #A9579C
Tints of Violet Blue #A9579C
RGB
CMYK
RGB Variations
Color information
#A9579C (or 0xA9579C) is known color: Violet Blue. HEX triplet: A9, 57 and 9C. RGB value is (169,87,156). Sum of RGB (Red+Green+Blue) = 169+87+156=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9579C is #56A863. Grayscale: #777777. Windows color (decimal): -5679204 or 10246057. OLE color: 10246057.
HSL color Cylindrical-coordinate representation of color #A9579C: hue angle of 309.51º 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 #A9579C is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 156 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.34 |
| HSL | 309.51º | 0.32% | 0.5% | - |
| HSV(B) | 309.51º | 0.49% | 0.66% | - |
| XYZ | 25.77 | 17.65 | 33.5 | - |
| YUV | 119.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 156 | 0 | 0.49 | 0.08 | 0.34 | 309.51 | 0.32 | 0.5 |
| Hex | A9 | 57 | 9C | 0 | 31 | 8 | 22 | 136 | 20 | 32 |
| Octal | 251 | 127 | 234 | 0 | 61 | 10 | 42 | 466 | 40 | 62 |
| Binary | 10101001 | 1010111 | 10011100 | 0 | 110001 | 1000 | 100010 | 100110110 | 100000 | 110010 |
Color Harmonies of #A9579C
Complementary color
Monochromatic Colors of #A9579C
Black with #A9579C
Text Example
Text Example
White with #A9579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9579C; }
p { color: rgb(169,87,156); }
H1.HeaderClassName
{
color: #A9579C;
}
.AnyTagClassName
{
color: #A9579C;
}
</style>
background-color css
<style>
a { background-color: #A9579C; }
a { background-color: rgb(169,87,156); }
div.DivClassName
{
background-color: #A9579C;
}
.BgClassName
{
background-color: #A9579C;
}
</style>
border-color css
<style>
span { border-color: #A9579C; }
span { border-color: rgb(169,87,156); }
td.TdClassName
{
border-color: #A9579C;
}
.TagClassName
{
border-color: #A9579C;
}
</style>