Shades of Violet Blue #A23B98
Tints of Violet Blue #A23B98
RGB
CMYK
RGB Variations
Color information
#A23B98 (or 0xA23B98) is known color: Violet Blue. HEX triplet: A2, 3B and 98. RGB value is (162,59,152). Sum of RGB (Red+Green+Blue) = 162+59+152=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B98 is #5DC467. Grayscale: #646464. Windows color (decimal): -6145128 or 9976738. OLE color: 9976738.
HSL color Cylindrical-coordinate representation of color #A23B98: hue angle of 305.83º 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 #A23B98 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 152 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.36 |
| HSL | 305.83º | 0.47% | 0.43% | - |
| HSV(B) | 305.83º | 0.64% | 0.64% | - |
| XYZ | 22.13 | 13.08 | 31.06 | - |
| YUV | 100.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 152 | 0 | 0.64 | 0.06 | 0.36 | 305.83 | 0.47 | 0.43 |
| Hex | A2 | 3B | 98 | 0 | 40 | 6 | 24 | 132 | 2F | 2B |
| Octal | 242 | 73 | 230 | 0 | 100 | 6 | 44 | 462 | 57 | 53 |
| Binary | 10100010 | 111011 | 10011000 | 0 | 1000000 | 110 | 100100 | 100110010 | 101111 | 101011 |
Color Harmonies of #A23B98
Complementary color
Monochromatic Colors of #A23B98
Black with #A23B98
Text Example
Text Example
White with #A23B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B98; }
p { color: rgb(162,59,152); }
H1.HeaderClassName
{
color: #A23B98;
}
.AnyTagClassName
{
color: #A23B98;
}
</style>
background-color css
<style>
a { background-color: #A23B98; }
a { background-color: rgb(162,59,152); }
div.DivClassName
{
background-color: #A23B98;
}
.BgClassName
{
background-color: #A23B98;
}
</style>
border-color css
<style>
span { border-color: #A23B98; }
span { border-color: rgb(162,59,152); }
td.TdClassName
{
border-color: #A23B98;
}
.TagClassName
{
border-color: #A23B98;
}
</style>