Shades of Violet Blue #A94AAE
Tints of Violet Blue #A94AAE
RGB
CMYK
RGB Variations
Color information
#A94AAE (or 0xA94AAE) is known color: Violet Blue. HEX triplet: A9, 4A and AE. RGB value is (169,74,174). Sum of RGB (Red+Green+Blue) = 169+74+174=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A94AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AAE is #56B551. Grayscale: #717171. Windows color (decimal): -5682514 or 11422377. OLE color: 11422377.
HSL color Cylindrical-coordinate representation of color #A94AAE: hue angle of 297º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94AAE is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 74 | 174 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.32 |
| HSL | 297º | 0.4% | 0.49% | - |
| HSV(B) | 297º | 0.57% | 0.68% | - |
| XYZ | 26.45 | 16.39 | 41.81 | - |
| YUV | 113.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 174 | 0.03 | 0.57 | 0 | 0.32 | 297 | 0.4 | 0.49 |
| Hex | A9 | 4A | AE | 3 | 39 | 0 | 20 | 129 | 28 | 31 |
| Octal | 251 | 112 | 256 | 3 | 71 | 0 | 40 | 451 | 50 | 61 |
| Binary | 10101001 | 1001010 | 10101110 | 11 | 111001 | 0 | 100000 | 100101001 | 101000 | 110001 |
Color Harmonies of #A94AAE
Complementary color
Monochromatic Colors of #A94AAE
Black with #A94AAE
Text Example
Text Example
White with #A94AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AAE; }
p { color: rgb(169,74,174); }
H1.HeaderClassName
{
color: #A94AAE;
}
.AnyTagClassName
{
color: #A94AAE;
}
</style>
background-color css
<style>
a { background-color: #A94AAE; }
a { background-color: rgb(169,74,174); }
div.DivClassName
{
background-color: #A94AAE;
}
.BgClassName
{
background-color: #A94AAE;
}
</style>
border-color css
<style>
span { border-color: #A94AAE; }
span { border-color: rgb(169,74,174); }
td.TdClassName
{
border-color: #A94AAE;
}
.TagClassName
{
border-color: #A94AAE;
}
</style>