Shades of Violet Blue #A94C9A
Tints of Violet Blue #A94C9A
RGB
CMYK
RGB Variations
Color information
#A94C9A (or 0xA94C9A) is known color: Violet Blue. HEX triplet: A9, 4C and 9A. RGB value is (169,76,154). Sum of RGB (Red+Green+Blue) = 169+76+154=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94C9A is #56B365. Grayscale: #707070. Windows color (decimal): -5682022 or 10112169. OLE color: 10112169.
HSL color Cylindrical-coordinate representation of color #A94C9A: hue angle of 309.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94C9A is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 154 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.34 |
| HSL | 309.68º | 0.38% | 0.48% | - |
| HSV(B) | 309.68º | 0.55% | 0.66% | - |
| XYZ | 24.78 | 15.94 | 32.34 | - |
| YUV | 112.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 154 | 0 | 0.55 | 0.09 | 0.34 | 309.68 | 0.38 | 0.48 |
| Hex | A9 | 4C | 9A | 0 | 37 | 9 | 22 | 136 | 26 | 30 |
| Octal | 251 | 114 | 232 | 0 | 67 | 11 | 42 | 466 | 46 | 60 |
| Binary | 10101001 | 1001100 | 10011010 | 0 | 110111 | 1001 | 100010 | 100110110 | 100110 | 110000 |
Color Harmonies of #A94C9A
Complementary color
Monochromatic Colors of #A94C9A
Black with #A94C9A
Text Example
Text Example
White with #A94C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C9A; }
p { color: rgb(169,76,154); }
H1.HeaderClassName
{
color: #A94C9A;
}
.AnyTagClassName
{
color: #A94C9A;
}
</style>
background-color css
<style>
a { background-color: #A94C9A; }
a { background-color: rgb(169,76,154); }
div.DivClassName
{
background-color: #A94C9A;
}
.BgClassName
{
background-color: #A94C9A;
}
</style>
border-color css
<style>
span { border-color: #A94C9A; }
span { border-color: rgb(169,76,154); }
td.TdClassName
{
border-color: #A94C9A;
}
.TagClassName
{
border-color: #A94C9A;
}
</style>