Shades of Violet Blue #A9569A
Tints of Violet Blue #A9569A
RGB
CMYK
RGB Variations
Color information
#A9569A (or 0xA9569A) is known color: Violet Blue. HEX triplet: A9, 56 and 9A. RGB value is (169,86,154). Sum of RGB (Red+Green+Blue) = 169+86+154=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9569A is #56A965. Grayscale: #767676. Windows color (decimal): -5679462 or 10114729. OLE color: 10114729.
HSL color Cylindrical-coordinate representation of color #A9569A: hue angle of 310.84º 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 #A9569A is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 154 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.34 |
| HSL | 310.84º | 0.33% | 0.5% | - |
| HSV(B) | 310.84º | 0.49% | 0.66% | - |
| XYZ | 25.52 | 17.42 | 32.59 | - |
| YUV | 118.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 154 | 0 | 0.49 | 0.09 | 0.34 | 310.84 | 0.33 | 0.5 |
| Hex | A9 | 56 | 9A | 0 | 31 | 9 | 22 | 137 | 21 | 32 |
| Octal | 251 | 126 | 232 | 0 | 61 | 11 | 42 | 467 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10011010 | 0 | 110001 | 1001 | 100010 | 100110111 | 100001 | 110010 |
Color Harmonies of #A9569A
Complementary color
Monochromatic Colors of #A9569A
Black with #A9569A
Text Example
Text Example
White with #A9569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9569A; }
p { color: rgb(169,86,154); }
H1.HeaderClassName
{
color: #A9569A;
}
.AnyTagClassName
{
color: #A9569A;
}
</style>
background-color css
<style>
a { background-color: #A9569A; }
a { background-color: rgb(169,86,154); }
div.DivClassName
{
background-color: #A9569A;
}
.BgClassName
{
background-color: #A9569A;
}
</style>
border-color css
<style>
span { border-color: #A9569A; }
span { border-color: rgb(169,86,154); }
td.TdClassName
{
border-color: #A9569A;
}
.TagClassName
{
border-color: #A9569A;
}
</style>