Shades of Violet Blue #A23FA3
Tints of Violet Blue #A23FA3
RGB
CMYK
RGB Variations
Color information
#A23FA3 (or 0xA23FA3) is known color: Violet Blue. HEX triplet: A2, 3F and A3. RGB value is (162,63,163). Sum of RGB (Red+Green+Blue) = 162+63+163=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #A23FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23FA3 is #5DC05C. Grayscale: #676767. Windows color (decimal): -6144093 or 10698658. OLE color: 10698658.
HSL color Cylindrical-coordinate representation of color #A23FA3: hue angle of 299.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23FA3 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 163 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.36 |
| HSL | 299.4º | 0.44% | 0.44% | - |
| HSV(B) | 299.4º | 0.61% | 0.64% | - |
| XYZ | 23.29 | 13.88 | 36.1 | - |
| YUV | 104 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 163 | 0.01 | 0.61 | 0 | 0.36 | 299.4 | 0.44 | 0.44 |
| Hex | A2 | 3F | A3 | 1 | 3D | 0 | 24 | 12B | 2C | 2C |
| Octal | 242 | 77 | 243 | 1 | 75 | 0 | 44 | 453 | 54 | 54 |
| Binary | 10100010 | 111111 | 10100011 | 1 | 111101 | 0 | 100100 | 100101011 | 101100 | 101100 |
Color Harmonies of #A23FA3
Complementary color
Monochromatic Colors of #A23FA3
Black with #A23FA3
Text Example
Text Example
White with #A23FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FA3; }
p { color: rgb(162,63,163); }
H1.HeaderClassName
{
color: #A23FA3;
}
.AnyTagClassName
{
color: #A23FA3;
}
</style>
background-color css
<style>
a { background-color: #A23FA3; }
a { background-color: rgb(162,63,163); }
div.DivClassName
{
background-color: #A23FA3;
}
.BgClassName
{
background-color: #A23FA3;
}
</style>
border-color css
<style>
span { border-color: #A23FA3; }
span { border-color: rgb(162,63,163); }
td.TdClassName
{
border-color: #A23FA3;
}
.TagClassName
{
border-color: #A23FA3;
}
</style>