Shades of Violet Blue #A93BAB
Tints of Violet Blue #A93BAB
RGB
CMYK
RGB Variations
Color information
#A93BAB (or 0xA93BAB) is known color: Violet Blue. HEX triplet: A9, 3B and AB. RGB value is (169,59,171). Sum of RGB (Red+Green+Blue) = 169+59+171=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A93BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93BAB is #56C454. Grayscale: #686868. Windows color (decimal): -5686357 or 11221929. OLE color: 11221929.
HSL color Cylindrical-coordinate representation of color #A93BAB: hue angle of 298.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93BAB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 59 | 171 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.33 |
| HSL | 298.93º | 0.49% | 0.45% | - |
| HSV(B) | 298.93º | 0.65% | 0.67% | - |
| XYZ | 25.28 | 14.5 | 40 | - |
| YUV | 104.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 171 | 0.01 | 0.65 | 0 | 0.33 | 298.93 | 0.49 | 0.45 |
| Hex | A9 | 3B | AB | 1 | 41 | 0 | 21 | 12B | 31 | 2D |
| Octal | 251 | 73 | 253 | 1 | 101 | 0 | 41 | 453 | 61 | 55 |
| Binary | 10101001 | 111011 | 10101011 | 1 | 1000001 | 0 | 100001 | 100101011 | 110001 | 101101 |
Color Harmonies of #A93BAB
Complementary color
Monochromatic Colors of #A93BAB
Black with #A93BAB
Text Example
Text Example
White with #A93BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BAB; }
p { color: rgb(169,59,171); }
H1.HeaderClassName
{
color: #A93BAB;
}
.AnyTagClassName
{
color: #A93BAB;
}
</style>
background-color css
<style>
a { background-color: #A93BAB; }
a { background-color: rgb(169,59,171); }
div.DivClassName
{
background-color: #A93BAB;
}
.BgClassName
{
background-color: #A93BAB;
}
</style>
border-color css
<style>
span { border-color: #A93BAB; }
span { border-color: rgb(169,59,171); }
td.TdClassName
{
border-color: #A93BAB;
}
.TagClassName
{
border-color: #A93BAB;
}
</style>