Shades of Violet Blue #A23B9B
Tints of Violet Blue #A23B9B
RGB
CMYK
RGB Variations
Color information
#A23B9B (or 0xA23B9B) is known color: Violet Blue. HEX triplet: A2, 3B and 9B. RGB value is (162,59,155). Sum of RGB (Red+Green+Blue) = 162+59+155=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B9B is #5DC464. Grayscale: #646464. Windows color (decimal): -6145125 or 10173346. OLE color: 10173346.
HSL color Cylindrical-coordinate representation of color #A23B9B: hue angle of 304.08º 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 #A23B9B is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 155 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.36 |
| HSL | 304.08º | 0.47% | 0.43% | - |
| HSV(B) | 304.08º | 0.64% | 0.64% | - |
| XYZ | 22.38 | 13.18 | 32.37 | - |
| YUV | 100.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 155 | 0 | 0.64 | 0.04 | 0.36 | 304.08 | 0.47 | 0.43 |
| Hex | A2 | 3B | 9B | 0 | 40 | 4 | 24 | 130 | 2F | 2B |
| Octal | 242 | 73 | 233 | 0 | 100 | 4 | 44 | 460 | 57 | 53 |
| Binary | 10100010 | 111011 | 10011011 | 0 | 1000000 | 100 | 100100 | 100110000 | 101111 | 101011 |
Color Harmonies of #A23B9B
Complementary color
Monochromatic Colors of #A23B9B
Black with #A23B9B
Text Example
Text Example
White with #A23B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B9B; }
p { color: rgb(162,59,155); }
H1.HeaderClassName
{
color: #A23B9B;
}
.AnyTagClassName
{
color: #A23B9B;
}
</style>
background-color css
<style>
a { background-color: #A23B9B; }
a { background-color: rgb(162,59,155); }
div.DivClassName
{
background-color: #A23B9B;
}
.BgClassName
{
background-color: #A23B9B;
}
</style>
border-color css
<style>
span { border-color: #A23B9B; }
span { border-color: rgb(162,59,155); }
td.TdClassName
{
border-color: #A23B9B;
}
.TagClassName
{
border-color: #A23B9B;
}
</style>