Shades of Violet Blue #A23B9A
Tints of Violet Blue #A23B9A
RGB
CMYK
RGB Variations
Color information
#A23B9A (or 0xA23B9A) is known color: Violet Blue. HEX triplet: A2, 3B and 9A. RGB value is (162,59,154). Sum of RGB (Red+Green+Blue) = 162+59+154=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B9A is #5DC465. Grayscale: #646464. Windows color (decimal): -6145126 or 10107810. OLE color: 10107810.
HSL color Cylindrical-coordinate representation of color #A23B9A: hue angle of 304.66º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23B9A is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 154 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.36 |
| HSL | 304.66º | 0.47% | 0.43% | - |
| HSV(B) | 304.66º | 0.64% | 0.64% | - |
| XYZ | 22.3 | 13.14 | 31.93 | - |
| YUV | 100.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 154 | 0 | 0.64 | 0.05 | 0.36 | 304.66 | 0.47 | 0.43 |
| Hex | A2 | 3B | 9A | 0 | 40 | 5 | 24 | 131 | 2F | 2B |
| Octal | 242 | 73 | 232 | 0 | 100 | 5 | 44 | 461 | 57 | 53 |
| Binary | 10100010 | 111011 | 10011010 | 0 | 1000000 | 101 | 100100 | 100110001 | 101111 | 101011 |
Color Harmonies of #A23B9A
Complementary color
Monochromatic Colors of #A23B9A
Black with #A23B9A
Text Example
Text Example
White with #A23B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B9A; }
p { color: rgb(162,59,154); }
H1.HeaderClassName
{
color: #A23B9A;
}
.AnyTagClassName
{
color: #A23B9A;
}
</style>
background-color css
<style>
a { background-color: #A23B9A; }
a { background-color: rgb(162,59,154); }
div.DivClassName
{
background-color: #A23B9A;
}
.BgClassName
{
background-color: #A23B9A;
}
</style>
border-color css
<style>
span { border-color: #A23B9A; }
span { border-color: rgb(162,59,154); }
td.TdClassName
{
border-color: #A23B9A;
}
.TagClassName
{
border-color: #A23B9A;
}
</style>