Shades of Violet Blue #A23BA3
Tints of Violet Blue #A23BA3
RGB
CMYK
RGB Variations
Color information
#A23BA3 (or 0xA23BA3) is known color: Violet Blue. HEX triplet: A2, 3B and A3. RGB value is (162,59,163). Sum of RGB (Red+Green+Blue) = 162+59+163=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #A23BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BA3 is #5DC45C. Grayscale: #656565. Windows color (decimal): -6145117 or 10697634. OLE color: 10697634.
HSL color Cylindrical-coordinate representation of color #A23BA3: hue angle of 299.42º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23BA3 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 163 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.36 |
| HSL | 299.42º | 0.47% | 0.44% | - |
| HSV(B) | 299.42º | 0.64% | 0.64% | - |
| XYZ | 23.08 | 13.45 | 36.03 | - |
| YUV | 101.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 163 | 0.01 | 0.64 | 0 | 0.36 | 299.42 | 0.47 | 0.44 |
| Hex | A2 | 3B | A3 | 1 | 40 | 0 | 24 | 12B | 2F | 2C |
| Octal | 242 | 73 | 243 | 1 | 100 | 0 | 44 | 453 | 57 | 54 |
| Binary | 10100010 | 111011 | 10100011 | 1 | 1000000 | 0 | 100100 | 100101011 | 101111 | 101100 |
Color Harmonies of #A23BA3
Complementary color
Monochromatic Colors of #A23BA3
Black with #A23BA3
Text Example
Text Example
White with #A23BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BA3; }
p { color: rgb(162,59,163); }
H1.HeaderClassName
{
color: #A23BA3;
}
.AnyTagClassName
{
color: #A23BA3;
}
</style>
background-color css
<style>
a { background-color: #A23BA3; }
a { background-color: rgb(162,59,163); }
div.DivClassName
{
background-color: #A23BA3;
}
.BgClassName
{
background-color: #A23BA3;
}
</style>
border-color css
<style>
span { border-color: #A23BA3; }
span { border-color: rgb(162,59,163); }
td.TdClassName
{
border-color: #A23BA3;
}
.TagClassName
{
border-color: #A23BA3;
}
</style>