Shades of Violet Blue #A23B99
Tints of Violet Blue #A23B99
RGB
CMYK
RGB Variations
Color information
#A23B99 (or 0xA23B99) is known color: Violet Blue. HEX triplet: A2, 3B and 99. RGB value is (162,59,153). Sum of RGB (Red+Green+Blue) = 162+59+153=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B99 is #5DC466. Grayscale: #646464. Windows color (decimal): -6145127 or 10042274. OLE color: 10042274.
HSL color Cylindrical-coordinate representation of color #A23B99: hue angle of 305.24º 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 #A23B99 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 153 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.36 |
| HSL | 305.24º | 0.47% | 0.43% | - |
| HSV(B) | 305.24º | 0.64% | 0.64% | - |
| XYZ | 22.21 | 13.11 | 31.5 | - |
| YUV | 100.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 153 | 0 | 0.64 | 0.06 | 0.36 | 305.24 | 0.47 | 0.43 |
| Hex | A2 | 3B | 99 | 0 | 40 | 6 | 24 | 131 | 2F | 2B |
| Octal | 242 | 73 | 231 | 0 | 100 | 6 | 44 | 461 | 57 | 53 |
| Binary | 10100010 | 111011 | 10011001 | 0 | 1000000 | 110 | 100100 | 100110001 | 101111 | 101011 |
Color Harmonies of #A23B99
Complementary color
Monochromatic Colors of #A23B99
Black with #A23B99
Text Example
Text Example
White with #A23B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B99; }
p { color: rgb(162,59,153); }
H1.HeaderClassName
{
color: #A23B99;
}
.AnyTagClassName
{
color: #A23B99;
}
</style>
background-color css
<style>
a { background-color: #A23B99; }
a { background-color: rgb(162,59,153); }
div.DivClassName
{
background-color: #A23B99;
}
.BgClassName
{
background-color: #A23B99;
}
</style>
border-color css
<style>
span { border-color: #A23B99; }
span { border-color: rgb(162,59,153); }
td.TdClassName
{
border-color: #A23B99;
}
.TagClassName
{
border-color: #A23B99;
}
</style>