Shades of Violet Blue #A9649F
Tints of Violet Blue #A9649F
RGB
CMYK
RGB Variations
Color information
#A9649F (or 0xA9649F) is known color: Violet Blue. HEX triplet: A9, 64 and 9F. RGB value is (169,100,159). Sum of RGB (Red+Green+Blue) = 169+100+159=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9649F is #569B60. Grayscale: #7F7F7F. Windows color (decimal): -5675873 or 10445993. OLE color: 10445993.
HSL color Cylindrical-coordinate representation of color #A9649F: hue angle of 308.7º 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 #A9649F is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 159 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.34 |
| HSL | 308.7º | 0.29% | 0.53% | - |
| HSV(B) | 308.7º | 0.41% | 0.66% | - |
| XYZ | 27.18 | 20.05 | 35.24 | - |
| YUV | 127.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 159 | 0 | 0.41 | 0.06 | 0.34 | 308.7 | 0.29 | 0.53 |
| Hex | A9 | 64 | 9F | 0 | 29 | 6 | 22 | 135 | 1D | 35 |
| Octal | 251 | 144 | 237 | 0 | 51 | 6 | 42 | 465 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10011111 | 0 | 101001 | 110 | 100010 | 100110101 | 11101 | 110101 |
Color Harmonies of #A9649F
Complementary color
Monochromatic Colors of #A9649F
Black with #A9649F
Text Example
Text Example
White with #A9649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9649F; }
p { color: rgb(169,100,159); }
H1.HeaderClassName
{
color: #A9649F;
}
.AnyTagClassName
{
color: #A9649F;
}
</style>
background-color css
<style>
a { background-color: #A9649F; }
a { background-color: rgb(169,100,159); }
div.DivClassName
{
background-color: #A9649F;
}
.BgClassName
{
background-color: #A9649F;
}
</style>
border-color css
<style>
span { border-color: #A9649F; }
span { border-color: rgb(169,100,159); }
td.TdClassName
{
border-color: #A9649F;
}
.TagClassName
{
border-color: #A9649F;
}
</style>