Shades of Violet Blue #A93FA3
Tints of Violet Blue #A93FA3
RGB
CMYK
RGB Variations
Color information
#A93FA3 (or 0xA93FA3) is known color: Violet Blue. HEX triplet: A9, 3F and A3. RGB value is (169,63,163). Sum of RGB (Red+Green+Blue) = 169+63+163=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A93FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93FA3 is #56C05C. Grayscale: #696969. Windows color (decimal): -5685341 or 10698665. OLE color: 10698665.
HSL color Cylindrical-coordinate representation of color #A93FA3: hue angle of 303.4º 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 #A93FA3 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 163 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.34 |
| HSL | 303.4º | 0.46% | 0.45% | - |
| HSV(B) | 303.4º | 0.63% | 0.66% | - |
| XYZ | 24.75 | 14.63 | 36.17 | - |
| YUV | 106.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 163 | 0 | 0.63 | 0.04 | 0.34 | 303.4 | 0.46 | 0.45 |
| Hex | A9 | 3F | A3 | 0 | 3F | 4 | 22 | 12F | 2E | 2D |
| Octal | 251 | 77 | 243 | 0 | 77 | 4 | 42 | 457 | 56 | 55 |
| Binary | 10101001 | 111111 | 10100011 | 0 | 111111 | 100 | 100010 | 100101111 | 101110 | 101101 |
Color Harmonies of #A93FA3
Complementary color
Monochromatic Colors of #A93FA3
Black with #A93FA3
Text Example
Text Example
White with #A93FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FA3; }
p { color: rgb(169,63,163); }
H1.HeaderClassName
{
color: #A93FA3;
}
.AnyTagClassName
{
color: #A93FA3;
}
</style>
background-color css
<style>
a { background-color: #A93FA3; }
a { background-color: rgb(169,63,163); }
div.DivClassName
{
background-color: #A93FA3;
}
.BgClassName
{
background-color: #A93FA3;
}
</style>
border-color css
<style>
span { border-color: #A93FA3; }
span { border-color: rgb(169,63,163); }
td.TdClassName
{
border-color: #A93FA3;
}
.TagClassName
{
border-color: #A93FA3;
}
</style>