Shades of Violet Blue #A23FA9
Tints of Violet Blue #A23FA9
RGB
CMYK
RGB Variations
Color information
#A23FA9 (or 0xA23FA9) is known color: Violet Blue. HEX triplet: A2, 3F and A9. RGB value is (162,63,169). Sum of RGB (Red+Green+Blue) = 162+63+169=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 169 - color contains mainly: blue. Hex color #A23FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23FA9 is #5DC056. Grayscale: #686868. Windows color (decimal): -6144087 or 11091874. OLE color: 11091874.
HSL color Cylindrical-coordinate representation of color #A23FA9: hue angle of 296.04º 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 #A23FA9 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 63 | 169 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.34 |
| HSL | 296.04º | 0.46% | 0.45% | - |
| HSV(B) | 296.04º | 0.63% | 0.66% | - |
| XYZ | 23.84 | 14.1 | 39 | - |
| YUV | 104.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 169 | 0.04 | 0.63 | 0 | 0.34 | 296.04 | 0.46 | 0.45 |
| Hex | A2 | 3F | A9 | 4 | 3F | 0 | 22 | 128 | 2E | 2D |
| Octal | 242 | 77 | 251 | 4 | 77 | 0 | 42 | 450 | 56 | 55 |
| Binary | 10100010 | 111111 | 10101001 | 100 | 111111 | 0 | 100010 | 100101000 | 101110 | 101101 |
Color Harmonies of #A23FA9
Complementary color
Monochromatic Colors of #A23FA9
Black with #A23FA9
Text Example
Text Example
White with #A23FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FA9; }
p { color: rgb(162,63,169); }
H1.HeaderClassName
{
color: #A23FA9;
}
.AnyTagClassName
{
color: #A23FA9;
}
</style>
background-color css
<style>
a { background-color: #A23FA9; }
a { background-color: rgb(162,63,169); }
div.DivClassName
{
background-color: #A23FA9;
}
.BgClassName
{
background-color: #A23FA9;
}
</style>
border-color css
<style>
span { border-color: #A23FA9; }
span { border-color: rgb(162,63,169); }
td.TdClassName
{
border-color: #A23FA9;
}
.TagClassName
{
border-color: #A23FA9;
}
</style>