Shades of Violet Blue #A9409C
Tints of Violet Blue #A9409C
RGB
CMYK
RGB Variations
Color information
#A9409C (or 0xA9409C) is known color: Violet Blue. HEX triplet: A9, 40 and 9C. RGB value is (169,64,156). Sum of RGB (Red+Green+Blue) = 169+64+156=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9409C is #56BF63. Grayscale: #696969. Windows color (decimal): -5685092 or 10240169. OLE color: 10240169.
HSL color Cylindrical-coordinate representation of color #A9409C: hue angle of 307.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9409C is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 156 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.34 |
| HSL | 307.43º | 0.45% | 0.46% | - |
| HSV(B) | 307.43º | 0.62% | 0.66% | - |
| XYZ | 24.2 | 14.5 | 32.98 | - |
| YUV | 105.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 156 | 0 | 0.62 | 0.08 | 0.34 | 307.43 | 0.45 | 0.46 |
| Hex | A9 | 40 | 9C | 0 | 3E | 8 | 22 | 133 | 2D | 2E |
| Octal | 251 | 100 | 234 | 0 | 76 | 10 | 42 | 463 | 55 | 56 |
| Binary | 10101001 | 1000000 | 10011100 | 0 | 111110 | 1000 | 100010 | 100110011 | 101101 | 101110 |
Color Harmonies of #A9409C
Complementary color
Monochromatic Colors of #A9409C
Black with #A9409C
Text Example
Text Example
White with #A9409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9409C; }
p { color: rgb(169,64,156); }
H1.HeaderClassName
{
color: #A9409C;
}
.AnyTagClassName
{
color: #A9409C;
}
</style>
background-color css
<style>
a { background-color: #A9409C; }
a { background-color: rgb(169,64,156); }
div.DivClassName
{
background-color: #A9409C;
}
.BgClassName
{
background-color: #A9409C;
}
</style>
border-color css
<style>
span { border-color: #A9409C; }
span { border-color: rgb(169,64,156); }
td.TdClassName
{
border-color: #A9409C;
}
.TagClassName
{
border-color: #A9409C;
}
</style>