Shades of Violet Blue #A9639E
Tints of Violet Blue #A9639E
RGB
CMYK
RGB Variations
Color information
#A9639E (or 0xA9639E) is known color: Violet Blue. HEX triplet: A9, 63 and 9E. RGB value is (169,99,158). Sum of RGB (Red+Green+Blue) = 169+99+158=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9639E is #569C61. Grayscale: #7E7E7E. Windows color (decimal): -5676130 or 10380201. OLE color: 10380201.
HSL color Cylindrical-coordinate representation of color #A9639E: hue angle of 309.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9639E is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 158 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.34 |
| HSL | 309.43º | 0.29% | 0.53% | - |
| HSV(B) | 309.43º | 0.41% | 0.66% | - |
| XYZ | 27 | 19.83 | 34.75 | - |
| YUV | 126.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 158 | 0 | 0.41 | 0.07 | 0.34 | 309.43 | 0.29 | 0.53 |
| Hex | A9 | 63 | 9E | 0 | 29 | 7 | 22 | 135 | 1D | 35 |
| Octal | 251 | 143 | 236 | 0 | 51 | 7 | 42 | 465 | 35 | 65 |
| Binary | 10101001 | 1100011 | 10011110 | 0 | 101001 | 111 | 100010 | 100110101 | 11101 | 110101 |
Color Harmonies of #A9639E
Complementary color
Monochromatic Colors of #A9639E
Black with #A9639E
Text Example
Text Example
White with #A9639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9639E; }
p { color: rgb(169,99,158); }
H1.HeaderClassName
{
color: #A9639E;
}
.AnyTagClassName
{
color: #A9639E;
}
</style>
background-color css
<style>
a { background-color: #A9639E; }
a { background-color: rgb(169,99,158); }
div.DivClassName
{
background-color: #A9639E;
}
.BgClassName
{
background-color: #A9639E;
}
</style>
border-color css
<style>
span { border-color: #A9639E; }
span { border-color: rgb(169,99,158); }
td.TdClassName
{
border-color: #A9639E;
}
.TagClassName
{
border-color: #A9639E;
}
</style>