Shades of Violet Blue #A93B9E
Tints of Violet Blue #A93B9E
RGB
CMYK
RGB Variations
Color information
#A93B9E (or 0xA93B9E) is known color: Violet Blue. HEX triplet: A9, 3B and 9E. RGB value is (169,59,158). Sum of RGB (Red+Green+Blue) = 169+59+158=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B9E is #56C461. Grayscale: #666666. Windows color (decimal): -5686370 or 10369961. OLE color: 10369961.
HSL color Cylindrical-coordinate representation of color #A93B9E: hue angle of 306º 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 #A93B9E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 158 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.34 |
| HSL | 306º | 0.48% | 0.45% | - |
| HSV(B) | 306º | 0.65% | 0.66% | - |
| XYZ | 24.1 | 14.03 | 33.79 | - |
| YUV | 103.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 158 | 0 | 0.65 | 0.07 | 0.34 | 306 | 0.48 | 0.45 |
| Hex | A9 | 3B | 9E | 0 | 41 | 7 | 22 | 132 | 30 | 2D |
| Octal | 251 | 73 | 236 | 0 | 101 | 7 | 42 | 462 | 60 | 55 |
| Binary | 10101001 | 111011 | 10011110 | 0 | 1000001 | 111 | 100010 | 100110010 | 110000 | 101101 |
Color Harmonies of #A93B9E
Complementary color
Monochromatic Colors of #A93B9E
Black with #A93B9E
Text Example
Text Example
White with #A93B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B9E; }
p { color: rgb(169,59,158); }
H1.HeaderClassName
{
color: #A93B9E;
}
.AnyTagClassName
{
color: #A93B9E;
}
</style>
background-color css
<style>
a { background-color: #A93B9E; }
a { background-color: rgb(169,59,158); }
div.DivClassName
{
background-color: #A93B9E;
}
.BgClassName
{
background-color: #A93B9E;
}
</style>
border-color css
<style>
span { border-color: #A93B9E; }
span { border-color: rgb(169,59,158); }
td.TdClassName
{
border-color: #A93B9E;
}
.TagClassName
{
border-color: #A93B9E;
}
</style>