Shades of Violet Blue #A94A9A
Tints of Violet Blue #A94A9A
RGB
CMYK
RGB Variations
Color information
#A94A9A (or 0xA94A9A) is known color: Violet Blue. HEX triplet: A9, 4A and 9A. RGB value is (169,74,154). Sum of RGB (Red+Green+Blue) = 169+74+154=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A9A is #56B565. Grayscale: #6F6F6F. Windows color (decimal): -5682534 or 10111657. OLE color: 10111657.
HSL color Cylindrical-coordinate representation of color #A94A9A: hue angle of 309.47º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A9A is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 154 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.34 |
| HSL | 309.47º | 0.39% | 0.48% | - |
| HSV(B) | 309.47º | 0.56% | 0.66% | - |
| XYZ | 24.64 | 15.67 | 32.3 | - |
| YUV | 111.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 154 | 0 | 0.56 | 0.09 | 0.34 | 309.47 | 0.39 | 0.48 |
| Hex | A9 | 4A | 9A | 0 | 38 | 9 | 22 | 135 | 27 | 30 |
| Octal | 251 | 112 | 232 | 0 | 70 | 11 | 42 | 465 | 47 | 60 |
| Binary | 10101001 | 1001010 | 10011010 | 0 | 111000 | 1001 | 100010 | 100110101 | 100111 | 110000 |
Color Harmonies of #A94A9A
Complementary color
Monochromatic Colors of #A94A9A
Black with #A94A9A
Text Example
Text Example
White with #A94A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A9A; }
p { color: rgb(169,74,154); }
H1.HeaderClassName
{
color: #A94A9A;
}
.AnyTagClassName
{
color: #A94A9A;
}
</style>
background-color css
<style>
a { background-color: #A94A9A; }
a { background-color: rgb(169,74,154); }
div.DivClassName
{
background-color: #A94A9A;
}
.BgClassName
{
background-color: #A94A9A;
}
</style>
border-color css
<style>
span { border-color: #A94A9A; }
span { border-color: rgb(169,74,154); }
td.TdClassName
{
border-color: #A94A9A;
}
.TagClassName
{
border-color: #A94A9A;
}
</style>