Shades of Violet Blue #A93FA6
Tints of Violet Blue #A93FA6
RGB
CMYK
RGB Variations
Color information
#A93FA6 (or 0xA93FA6) is known color: Violet Blue. HEX triplet: A9, 3F and A6. RGB value is (169,63,166). Sum of RGB (Red+Green+Blue) = 169+63+166=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A93FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93FA6 is #56C059. Grayscale: #6A6A6A. Windows color (decimal): -5685338 or 10895273. OLE color: 10895273.
HSL color Cylindrical-coordinate representation of color #A93FA6: hue angle of 301.7º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93FA6 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 166 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.34 |
| HSL | 301.7º | 0.46% | 0.45% | - |
| HSV(B) | 301.7º | 0.63% | 0.66% | - |
| XYZ | 25.02 | 14.74 | 37.6 | - |
| YUV | 106.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 166 | 0 | 0.63 | 0.02 | 0.34 | 301.7 | 0.46 | 0.45 |
| Hex | A9 | 3F | A6 | 0 | 3F | 2 | 22 | 12E | 2E | 2D |
| Octal | 251 | 77 | 246 | 0 | 77 | 2 | 42 | 456 | 56 | 55 |
| Binary | 10101001 | 111111 | 10100110 | 0 | 111111 | 10 | 100010 | 100101110 | 101110 | 101101 |
Color Harmonies of #A93FA6
Complementary color
Monochromatic Colors of #A93FA6
Black with #A93FA6
Text Example
Text Example
White with #A93FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FA6; }
p { color: rgb(169,63,166); }
H1.HeaderClassName
{
color: #A93FA6;
}
.AnyTagClassName
{
color: #A93FA6;
}
</style>
background-color css
<style>
a { background-color: #A93FA6; }
a { background-color: rgb(169,63,166); }
div.DivClassName
{
background-color: #A93FA6;
}
.BgClassName
{
background-color: #A93FA6;
}
</style>
border-color css
<style>
span { border-color: #A93FA6; }
span { border-color: rgb(169,63,166); }
td.TdClassName
{
border-color: #A93FA6;
}
.TagClassName
{
border-color: #A93FA6;
}
</style>