Shades of Violet Blue #A93FA4
Tints of Violet Blue #A93FA4
RGB
CMYK
RGB Variations
Color information
#A93FA4 (or 0xA93FA4) is known color: Violet Blue. HEX triplet: A9, 3F and A4. RGB value is (169,63,164). Sum of RGB (Red+Green+Blue) = 169+63+164=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A93FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93FA4 is #56C05B. Grayscale: #696969. Windows color (decimal): -5685340 or 10764201. OLE color: 10764201.
HSL color Cylindrical-coordinate representation of color #A93FA4: hue angle of 302.83º 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 #A93FA4 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 164 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.34 |
| HSL | 302.83º | 0.46% | 0.45% | - |
| HSV(B) | 302.83º | 0.63% | 0.66% | - |
| XYZ | 24.84 | 14.67 | 36.64 | - |
| YUV | 106.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 164 | 0 | 0.63 | 0.03 | 0.34 | 302.83 | 0.46 | 0.45 |
| Hex | A9 | 3F | A4 | 0 | 3F | 3 | 22 | 12F | 2E | 2D |
| Octal | 251 | 77 | 244 | 0 | 77 | 3 | 42 | 457 | 56 | 55 |
| Binary | 10101001 | 111111 | 10100100 | 0 | 111111 | 11 | 100010 | 100101111 | 101110 | 101101 |
Color Harmonies of #A93FA4
Complementary color
Monochromatic Colors of #A93FA4
Black with #A93FA4
Text Example
Text Example
White with #A93FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FA4; }
p { color: rgb(169,63,164); }
H1.HeaderClassName
{
color: #A93FA4;
}
.AnyTagClassName
{
color: #A93FA4;
}
</style>
background-color css
<style>
a { background-color: #A93FA4; }
a { background-color: rgb(169,63,164); }
div.DivClassName
{
background-color: #A93FA4;
}
.BgClassName
{
background-color: #A93FA4;
}
</style>
border-color css
<style>
span { border-color: #A93FA4; }
span { border-color: rgb(169,63,164); }
td.TdClassName
{
border-color: #A93FA4;
}
.TagClassName
{
border-color: #A93FA4;
}
</style>