Shades of Violet Blue #A9469B
Tints of Violet Blue #A9469B
RGB
CMYK
RGB Variations
Color information
#A9469B (or 0xA9469B) is known color: Violet Blue. HEX triplet: A9, 46 and 9B. RGB value is (169,70,155). Sum of RGB (Red+Green+Blue) = 169+70+155=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9469B is #56B964. Grayscale: #6D6D6D. Windows color (decimal): -5683557 or 10176169. OLE color: 10176169.
HSL color Cylindrical-coordinate representation of color #A9469B: hue angle of 308.48º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9469B is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 155 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.34 |
| HSL | 308.48º | 0.41% | 0.47% | - |
| HSV(B) | 308.48º | 0.59% | 0.66% | - |
| XYZ | 24.47 | 15.18 | 32.65 | - |
| YUV | 109.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 155 | 0 | 0.59 | 0.08 | 0.34 | 308.48 | 0.41 | 0.47 |
| Hex | A9 | 46 | 9B | 0 | 3B | 8 | 22 | 134 | 29 | 2F |
| Octal | 251 | 106 | 233 | 0 | 73 | 10 | 42 | 464 | 51 | 57 |
| Binary | 10101001 | 1000110 | 10011011 | 0 | 111011 | 1000 | 100010 | 100110100 | 101001 | 101111 |
Color Harmonies of #A9469B
Complementary color
Monochromatic Colors of #A9469B
Black with #A9469B
Text Example
Text Example
White with #A9469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9469B; }
p { color: rgb(169,70,155); }
H1.HeaderClassName
{
color: #A9469B;
}
.AnyTagClassName
{
color: #A9469B;
}
</style>
background-color css
<style>
a { background-color: #A9469B; }
a { background-color: rgb(169,70,155); }
div.DivClassName
{
background-color: #A9469B;
}
.BgClassName
{
background-color: #A9469B;
}
</style>
border-color css
<style>
span { border-color: #A9469B; }
span { border-color: rgb(169,70,155); }
td.TdClassName
{
border-color: #A9469B;
}
.TagClassName
{
border-color: #A9469B;
}
</style>