Shades of Violet Blue #A94AAB
Tints of Violet Blue #A94AAB
RGB
CMYK
RGB Variations
Color information
#A94AAB (or 0xA94AAB) is known color: Violet Blue. HEX triplet: A9, 4A and AB. RGB value is (169,74,171). Sum of RGB (Red+Green+Blue) = 169+74+171=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A94AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AAB is #56B554. Grayscale: #717171. Windows color (decimal): -5682517 or 11225769. OLE color: 11225769.
HSL color Cylindrical-coordinate representation of color #A94AAB: hue angle of 298.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94AAB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 74 | 171 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.33 |
| HSL | 298.76º | 0.4% | 0.48% | - |
| HSV(B) | 298.76º | 0.57% | 0.67% | - |
| XYZ | 26.16 | 16.27 | 40.29 | - |
| YUV | 113.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 171 | 0.01 | 0.57 | 0 | 0.33 | 298.76 | 0.4 | 0.48 |
| Hex | A9 | 4A | AB | 1 | 39 | 0 | 21 | 12B | 28 | 30 |
| Octal | 251 | 112 | 253 | 1 | 71 | 0 | 41 | 453 | 50 | 60 |
| Binary | 10101001 | 1001010 | 10101011 | 1 | 111001 | 0 | 100001 | 100101011 | 101000 | 110000 |
Color Harmonies of #A94AAB
Complementary color
Monochromatic Colors of #A94AAB
Black with #A94AAB
Text Example
Text Example
White with #A94AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AAB; }
p { color: rgb(169,74,171); }
H1.HeaderClassName
{
color: #A94AAB;
}
.AnyTagClassName
{
color: #A94AAB;
}
</style>
background-color css
<style>
a { background-color: #A94AAB; }
a { background-color: rgb(169,74,171); }
div.DivClassName
{
background-color: #A94AAB;
}
.BgClassName
{
background-color: #A94AAB;
}
</style>
border-color css
<style>
span { border-color: #A94AAB; }
span { border-color: rgb(169,74,171); }
td.TdClassName
{
border-color: #A94AAB;
}
.TagClassName
{
border-color: #A94AAB;
}
</style>