Shades of Violet Blue #A94BA0
Tints of Violet Blue #A94BA0
RGB
CMYK
RGB Variations
Color information
#A94BA0 (or 0xA94BA0) is known color: Violet Blue. HEX triplet: A9, 4B and A0. RGB value is (169,75,160). Sum of RGB (Red+Green+Blue) = 169+75+160=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A94BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94BA0 is #56B45F. Grayscale: #707070. Windows color (decimal): -5682272 or 10505129. OLE color: 10505129.
HSL color Cylindrical-coordinate representation of color #A94BA0: hue angle of 305.74º 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 #A94BA0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 75 | 160 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.34 |
| HSL | 305.74º | 0.39% | 0.48% | - |
| HSV(B) | 305.74º | 0.56% | 0.66% | - |
| XYZ | 25.22 | 16.01 | 35.02 | - |
| YUV | 112.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 160 | 0 | 0.56 | 0.05 | 0.34 | 305.74 | 0.39 | 0.48 |
| Hex | A9 | 4B | A0 | 0 | 38 | 5 | 22 | 132 | 27 | 30 |
| Octal | 251 | 113 | 240 | 0 | 70 | 5 | 42 | 462 | 47 | 60 |
| Binary | 10101001 | 1001011 | 10100000 | 0 | 111000 | 101 | 100010 | 100110010 | 100111 | 110000 |
Color Harmonies of #A94BA0
Complementary color
Monochromatic Colors of #A94BA0
Black with #A94BA0
Text Example
Text Example
White with #A94BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BA0; }
p { color: rgb(169,75,160); }
H1.HeaderClassName
{
color: #A94BA0;
}
.AnyTagClassName
{
color: #A94BA0;
}
</style>
background-color css
<style>
a { background-color: #A94BA0; }
a { background-color: rgb(169,75,160); }
div.DivClassName
{
background-color: #A94BA0;
}
.BgClassName
{
background-color: #A94BA0;
}
</style>
border-color css
<style>
span { border-color: #A94BA0; }
span { border-color: rgb(169,75,160); }
td.TdClassName
{
border-color: #A94BA0;
}
.TagClassName
{
border-color: #A94BA0;
}
</style>