Shades of Violet Blue #A94297
Tints of Violet Blue #A94297
RGB
CMYK
RGB Variations
Color information
#A94297 (or 0xA94297) is known color: Violet Blue. HEX triplet: A9, 42 and 97. RGB value is (169,66,151). Sum of RGB (Red+Green+Blue) = 169+66+151=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A94297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94297 is #56BD68. Grayscale: #6A6A6A. Windows color (decimal): -5684585 or 9913001. OLE color: 9913001.
HSL color Cylindrical-coordinate representation of color #A94297: hue angle of 310.49º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94297 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 66 | 151 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.34 |
| HSL | 310.49º | 0.44% | 0.46% | - |
| HSV(B) | 310.49º | 0.61% | 0.66% | - |
| XYZ | 23.9 | 14.57 | 30.83 | - |
| YUV | 106.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 151 | 0 | 0.61 | 0.11 | 0.34 | 310.49 | 0.44 | 0.46 |
| Hex | A9 | 42 | 97 | 0 | 3D | B | 22 | 136 | 2C | 2E |
| Octal | 251 | 102 | 227 | 0 | 75 | 13 | 42 | 466 | 54 | 56 |
| Binary | 10101001 | 1000010 | 10010111 | 0 | 111101 | 1011 | 100010 | 100110110 | 101100 | 101110 |
Color Harmonies of #A94297
Complementary color
Monochromatic Colors of #A94297
Black with #A94297
Text Example
Text Example
White with #A94297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94297; }
p { color: rgb(169,66,151); }
H1.HeaderClassName
{
color: #A94297;
}
.AnyTagClassName
{
color: #A94297;
}
</style>
background-color css
<style>
a { background-color: #A94297; }
a { background-color: rgb(169,66,151); }
div.DivClassName
{
background-color: #A94297;
}
.BgClassName
{
background-color: #A94297;
}
</style>
border-color css
<style>
span { border-color: #A94297; }
span { border-color: rgb(169,66,151); }
td.TdClassName
{
border-color: #A94297;
}
.TagClassName
{
border-color: #A94297;
}
</style>