Shades of Violet Blue #A23A9F
Tints of Violet Blue #A23A9F
RGB
CMYK
RGB Variations
Color information
#A23A9F (or 0xA23A9F) is known color: Violet Blue. HEX triplet: A2, 3A and 9F. RGB value is (162,58,159). Sum of RGB (Red+Green+Blue) = 162+58+159=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A9F is #5DC560. Grayscale: #646464. Windows color (decimal): -6145377 or 10435234. OLE color: 10435234.
HSL color Cylindrical-coordinate representation of color #A23A9F: hue angle of 301.73º 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 #A23A9F is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 159 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.36 |
| HSL | 301.73º | 0.47% | 0.43% | - |
| HSV(B) | 301.73º | 0.64% | 0.64% | - |
| XYZ | 22.67 | 13.21 | 34.16 | - |
| YUV | 100.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 159 | 0 | 0.64 | 0.02 | 0.36 | 301.73 | 0.47 | 0.43 |
| Hex | A2 | 3A | 9F | 0 | 40 | 2 | 24 | 12E | 2F | 2B |
| Octal | 242 | 72 | 237 | 0 | 100 | 2 | 44 | 456 | 57 | 53 |
| Binary | 10100010 | 111010 | 10011111 | 0 | 1000000 | 10 | 100100 | 100101110 | 101111 | 101011 |
Color Harmonies of #A23A9F
Complementary color
Monochromatic Colors of #A23A9F
Black with #A23A9F
Text Example
Text Example
White with #A23A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A9F; }
p { color: rgb(162,58,159); }
H1.HeaderClassName
{
color: #A23A9F;
}
.AnyTagClassName
{
color: #A23A9F;
}
</style>
background-color css
<style>
a { background-color: #A23A9F; }
a { background-color: rgb(162,58,159); }
div.DivClassName
{
background-color: #A23A9F;
}
.BgClassName
{
background-color: #A23A9F;
}
</style>
border-color css
<style>
span { border-color: #A23A9F; }
span { border-color: rgb(162,58,159); }
td.TdClassName
{
border-color: #A23A9F;
}
.TagClassName
{
border-color: #A23A9F;
}
</style>