Shades of Violet Blue #A23BA4
Tints of Violet Blue #A23BA4
RGB
CMYK
RGB Variations
Color information
#A23BA4 (or 0xA23BA4) is known color: Violet Blue. HEX triplet: A2, 3B and A4. RGB value is (162,59,164). Sum of RGB (Red+Green+Blue) = 162+59+164=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #A23BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BA4 is #5DC45B. Grayscale: #656565. Windows color (decimal): -6145116 or 10763170. OLE color: 10763170.
HSL color Cylindrical-coordinate representation of color #A23BA4: hue angle of 298.86º 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 #A23BA4 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 164 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.36 |
| HSL | 298.86º | 0.47% | 0.44% | - |
| HSV(B) | 298.86º | 0.64% | 0.64% | - |
| XYZ | 23.17 | 13.49 | 36.5 | - |
| YUV | 101.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 164 | 0.01 | 0.64 | 0 | 0.36 | 298.86 | 0.47 | 0.44 |
| Hex | A2 | 3B | A4 | 1 | 40 | 0 | 24 | 12B | 2F | 2C |
| Octal | 242 | 73 | 244 | 1 | 100 | 0 | 44 | 453 | 57 | 54 |
| Binary | 10100010 | 111011 | 10100100 | 1 | 1000000 | 0 | 100100 | 100101011 | 101111 | 101100 |
Color Harmonies of #A23BA4
Complementary color
Monochromatic Colors of #A23BA4
Black with #A23BA4
Text Example
Text Example
White with #A23BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BA4; }
p { color: rgb(162,59,164); }
H1.HeaderClassName
{
color: #A23BA4;
}
.AnyTagClassName
{
color: #A23BA4;
}
</style>
background-color css
<style>
a { background-color: #A23BA4; }
a { background-color: rgb(162,59,164); }
div.DivClassName
{
background-color: #A23BA4;
}
.BgClassName
{
background-color: #A23BA4;
}
</style>
border-color css
<style>
span { border-color: #A23BA4; }
span { border-color: rgb(162,59,164); }
td.TdClassName
{
border-color: #A23BA4;
}
.TagClassName
{
border-color: #A23BA4;
}
</style>