Shades of Violet Blue #A9569B
Tints of Violet Blue #A9569B
RGB
CMYK
RGB Variations
Color information
#A9569B (or 0xA9569B) is known color: Violet Blue. HEX triplet: A9, 56 and 9B. RGB value is (169,86,155). Sum of RGB (Red+Green+Blue) = 169+86+155=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9569B is #56A964. Grayscale: #767676. Windows color (decimal): -5679461 or 10180265. OLE color: 10180265.
HSL color Cylindrical-coordinate representation of color #A9569B: hue angle of 310.12º 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 #A9569B is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 155 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.34 |
| HSL | 310.12º | 0.33% | 0.5% | - |
| HSV(B) | 310.12º | 0.49% | 0.66% | - |
| XYZ | 25.61 | 17.46 | 33.03 | - |
| YUV | 118.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 155 | 0 | 0.49 | 0.08 | 0.34 | 310.12 | 0.33 | 0.5 |
| Hex | A9 | 56 | 9B | 0 | 31 | 8 | 22 | 136 | 21 | 32 |
| Octal | 251 | 126 | 233 | 0 | 61 | 10 | 42 | 466 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10011011 | 0 | 110001 | 1000 | 100010 | 100110110 | 100001 | 110010 |
Color Harmonies of #A9569B
Complementary color
Monochromatic Colors of #A9569B
Black with #A9569B
Text Example
Text Example
White with #A9569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9569B; }
p { color: rgb(169,86,155); }
H1.HeaderClassName
{
color: #A9569B;
}
.AnyTagClassName
{
color: #A9569B;
}
</style>
background-color css
<style>
a { background-color: #A9569B; }
a { background-color: rgb(169,86,155); }
div.DivClassName
{
background-color: #A9569B;
}
.BgClassName
{
background-color: #A9569B;
}
</style>
border-color css
<style>
span { border-color: #A9569B; }
span { border-color: rgb(169,86,155); }
td.TdClassName
{
border-color: #A9569B;
}
.TagClassName
{
border-color: #A9569B;
}
</style>