Shades of Violet Blue #A23B96
Tints of Violet Blue #A23B96
RGB
CMYK
RGB Variations
Color information
#A23B96 (or 0xA23B96) is known color: Violet Blue. HEX triplet: A2, 3B and 96. RGB value is (162,59,150). Sum of RGB (Red+Green+Blue) = 162+59+150=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B96 is #5DC469. Grayscale: #636363. Windows color (decimal): -6145130 or 9845666. OLE color: 9845666.
HSL color Cylindrical-coordinate representation of color #A23B96: hue angle of 306.99º 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 #A23B96 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 150 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.36 |
| HSL | 306.99º | 0.47% | 0.43% | - |
| HSV(B) | 306.99º | 0.64% | 0.64% | - |
| XYZ | 21.97 | 13.01 | 30.21 | - |
| YUV | 100.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 150 | 0 | 0.64 | 0.07 | 0.36 | 306.99 | 0.47 | 0.43 |
| Hex | A2 | 3B | 96 | 0 | 40 | 7 | 24 | 133 | 2F | 2B |
| Octal | 242 | 73 | 226 | 0 | 100 | 7 | 44 | 463 | 57 | 53 |
| Binary | 10100010 | 111011 | 10010110 | 0 | 1000000 | 111 | 100100 | 100110011 | 101111 | 101011 |
Color Harmonies of #A23B96
Complementary color
Monochromatic Colors of #A23B96
Black with #A23B96
Text Example
Text Example
White with #A23B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B96; }
p { color: rgb(162,59,150); }
H1.HeaderClassName
{
color: #A23B96;
}
.AnyTagClassName
{
color: #A23B96;
}
</style>
background-color css
<style>
a { background-color: #A23B96; }
a { background-color: rgb(162,59,150); }
div.DivClassName
{
background-color: #A23B96;
}
.BgClassName
{
background-color: #A23B96;
}
</style>
border-color css
<style>
span { border-color: #A23B96; }
span { border-color: rgb(162,59,150); }
td.TdClassName
{
border-color: #A23B96;
}
.TagClassName
{
border-color: #A23B96;
}
</style>