Shades of Violet Blue #A23B9F
Tints of Violet Blue #A23B9F
RGB
CMYK
RGB Variations
Color information
#A23B9F (or 0xA23B9F) is known color: Violet Blue. HEX triplet: A2, 3B and 9F. RGB value is (162,59,159). Sum of RGB (Red+Green+Blue) = 162+59+159=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B9F is #5DC460. Grayscale: #646464. Windows color (decimal): -6145121 or 10435490. OLE color: 10435490.
HSL color Cylindrical-coordinate representation of color #A23B9F: hue angle of 301.75º 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 #A23B9F is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 159 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.36 |
| HSL | 301.75º | 0.47% | 0.43% | - |
| HSV(B) | 301.75º | 0.64% | 0.64% | - |
| XYZ | 22.72 | 13.31 | 34.17 | - |
| YUV | 101.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 159 | 0 | 0.64 | 0.02 | 0.36 | 301.75 | 0.47 | 0.43 |
| Hex | A2 | 3B | 9F | 0 | 40 | 2 | 24 | 12E | 2F | 2B |
| Octal | 242 | 73 | 237 | 0 | 100 | 2 | 44 | 456 | 57 | 53 |
| Binary | 10100010 | 111011 | 10011111 | 0 | 1000000 | 10 | 100100 | 100101110 | 101111 | 101011 |
Color Harmonies of #A23B9F
Complementary color
Monochromatic Colors of #A23B9F
Black with #A23B9F
Text Example
Text Example
White with #A23B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B9F; }
p { color: rgb(162,59,159); }
H1.HeaderClassName
{
color: #A23B9F;
}
.AnyTagClassName
{
color: #A23B9F;
}
</style>
background-color css
<style>
a { background-color: #A23B9F; }
a { background-color: rgb(162,59,159); }
div.DivClassName
{
background-color: #A23B9F;
}
.BgClassName
{
background-color: #A23B9F;
}
</style>
border-color css
<style>
span { border-color: #A23B9F; }
span { border-color: rgb(162,59,159); }
td.TdClassName
{
border-color: #A23B9F;
}
.TagClassName
{
border-color: #A23B9F;
}
</style>