Shades of Violet Blue #A23A9B
Tints of Violet Blue #A23A9B
RGB
CMYK
RGB Variations
Color information
#A23A9B (or 0xA23A9B) is known color: Violet Blue. HEX triplet: A2, 3A and 9B. RGB value is (162,58,155). Sum of RGB (Red+Green+Blue) = 162+58+155=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A9B is #5DC564. Grayscale: #636363. Windows color (decimal): -6145381 or 10173090. OLE color: 10173090.
HSL color Cylindrical-coordinate representation of color #A23A9B: hue angle of 304.04º 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 #A23A9B is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 155 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.36 |
| HSL | 304.04º | 0.47% | 0.43% | - |
| HSV(B) | 304.04º | 0.64% | 0.64% | - |
| XYZ | 22.33 | 13.07 | 32.36 | - |
| YUV | 100.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 155 | 0 | 0.64 | 0.04 | 0.36 | 304.04 | 0.47 | 0.43 |
| Hex | A2 | 3A | 9B | 0 | 40 | 4 | 24 | 130 | 2F | 2B |
| Octal | 242 | 72 | 233 | 0 | 100 | 4 | 44 | 460 | 57 | 53 |
| Binary | 10100010 | 111010 | 10011011 | 0 | 1000000 | 100 | 100100 | 100110000 | 101111 | 101011 |
Color Harmonies of #A23A9B
Complementary color
Monochromatic Colors of #A23A9B
Black with #A23A9B
Text Example
Text Example
White with #A23A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A9B; }
p { color: rgb(162,58,155); }
H1.HeaderClassName
{
color: #A23A9B;
}
.AnyTagClassName
{
color: #A23A9B;
}
</style>
background-color css
<style>
a { background-color: #A23A9B; }
a { background-color: rgb(162,58,155); }
div.DivClassName
{
background-color: #A23A9B;
}
.BgClassName
{
background-color: #A23A9B;
}
</style>
border-color css
<style>
span { border-color: #A23A9B; }
span { border-color: rgb(162,58,155); }
td.TdClassName
{
border-color: #A23A9B;
}
.TagClassName
{
border-color: #A23A9B;
}
</style>