Shades of Violet Blue #A9609F
Tints of Violet Blue #A9609F
RGB
CMYK
RGB Variations
Color information
#A9609F (or 0xA9609F) is known color: Violet Blue. HEX triplet: A9, 60 and 9F. RGB value is (169,96,159). Sum of RGB (Red+Green+Blue) = 169+96+159=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9609F is #569F60. Grayscale: #7C7C7C. Windows color (decimal): -5676897 or 10444969. OLE color: 10444969.
HSL color Cylindrical-coordinate representation of color #A9609F: hue angle of 308.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9609F is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 159 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.34 |
| HSL | 308.22º | 0.3% | 0.52% | - |
| HSV(B) | 308.22º | 0.43% | 0.66% | - |
| XYZ | 26.8 | 19.3 | 35.11 | - |
| YUV | 125.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 159 | 0 | 0.43 | 0.06 | 0.34 | 308.22 | 0.3 | 0.52 |
| Hex | A9 | 60 | 9F | 0 | 2B | 6 | 22 | 134 | 1E | 34 |
| Octal | 251 | 140 | 237 | 0 | 53 | 6 | 42 | 464 | 36 | 64 |
| Binary | 10101001 | 1100000 | 10011111 | 0 | 101011 | 110 | 100010 | 100110100 | 11110 | 110100 |
Color Harmonies of #A9609F
Complementary color
Monochromatic Colors of #A9609F
Black with #A9609F
Text Example
Text Example
White with #A9609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9609F; }
p { color: rgb(169,96,159); }
H1.HeaderClassName
{
color: #A9609F;
}
.AnyTagClassName
{
color: #A9609F;
}
</style>
background-color css
<style>
a { background-color: #A9609F; }
a { background-color: rgb(169,96,159); }
div.DivClassName
{
background-color: #A9609F;
}
.BgClassName
{
background-color: #A9609F;
}
</style>
border-color css
<style>
span { border-color: #A9609F; }
span { border-color: rgb(169,96,159); }
td.TdClassName
{
border-color: #A9609F;
}
.TagClassName
{
border-color: #A9609F;
}
</style>