Shades of Violet Blue #A93BA6
Tints of Violet Blue #A93BA6
RGB
CMYK
RGB Variations
Color information
#A93BA6 (or 0xA93BA6) is known color: Violet Blue. HEX triplet: A9, 3B and A6. RGB value is (169,59,166). Sum of RGB (Red+Green+Blue) = 169+59+166=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A93BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93BA6 is #56C459. Grayscale: #676767. Windows color (decimal): -5686362 or 10894249. OLE color: 10894249.
HSL color Cylindrical-coordinate representation of color #A93BA6: hue angle of 301.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93BA6 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 166 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.34 |
| HSL | 301.64º | 0.48% | 0.45% | - |
| HSV(B) | 301.64º | 0.65% | 0.66% | - |
| XYZ | 24.81 | 14.32 | 37.53 | - |
| YUV | 104.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 166 | 0 | 0.65 | 0.02 | 0.34 | 301.64 | 0.48 | 0.45 |
| Hex | A9 | 3B | A6 | 0 | 41 | 2 | 22 | 12E | 30 | 2D |
| Octal | 251 | 73 | 246 | 0 | 101 | 2 | 42 | 456 | 60 | 55 |
| Binary | 10101001 | 111011 | 10100110 | 0 | 1000001 | 10 | 100010 | 100101110 | 110000 | 101101 |
Color Harmonies of #A93BA6
Complementary color
Monochromatic Colors of #A93BA6
Black with #A93BA6
Text Example
Text Example
White with #A93BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BA6; }
p { color: rgb(169,59,166); }
H1.HeaderClassName
{
color: #A93BA6;
}
.AnyTagClassName
{
color: #A93BA6;
}
</style>
background-color css
<style>
a { background-color: #A93BA6; }
a { background-color: rgb(169,59,166); }
div.DivClassName
{
background-color: #A93BA6;
}
.BgClassName
{
background-color: #A93BA6;
}
</style>
border-color css
<style>
span { border-color: #A93BA6; }
span { border-color: rgb(169,59,166); }
td.TdClassName
{
border-color: #A93BA6;
}
.TagClassName
{
border-color: #A93BA6;
}
</style>