Shades of Violet Blue #A23C97
Tints of Violet Blue #A23C97
RGB
CMYK
RGB Variations
Color information
#A23C97 (or 0xA23C97) is known color: Violet Blue. HEX triplet: A2, 3C and 97. RGB value is (162,60,151). Sum of RGB (Red+Green+Blue) = 162+60+151=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C97 is #5DC368. Grayscale: #646464. Windows color (decimal): -6144873 or 9911458. OLE color: 9911458.
HSL color Cylindrical-coordinate representation of color #A23C97: hue angle of 306.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C97 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 151 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.36 |
| HSL | 306.47º | 0.46% | 0.44% | - |
| HSV(B) | 306.47º | 0.63% | 0.64% | - |
| XYZ | 22.1 | 13.15 | 30.65 | - |
| YUV | 100.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 151 | 0 | 0.63 | 0.07 | 0.36 | 306.47 | 0.46 | 0.44 |
| Hex | A2 | 3C | 97 | 0 | 3F | 7 | 24 | 132 | 2E | 2C |
| Octal | 242 | 74 | 227 | 0 | 77 | 7 | 44 | 462 | 56 | 54 |
| Binary | 10100010 | 111100 | 10010111 | 0 | 111111 | 111 | 100100 | 100110010 | 101110 | 101100 |
Color Harmonies of #A23C97
Complementary color
Monochromatic Colors of #A23C97
Black with #A23C97
Text Example
Text Example
White with #A23C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C97; }
p { color: rgb(162,60,151); }
H1.HeaderClassName
{
color: #A23C97;
}
.AnyTagClassName
{
color: #A23C97;
}
</style>
background-color css
<style>
a { background-color: #A23C97; }
a { background-color: rgb(162,60,151); }
div.DivClassName
{
background-color: #A23C97;
}
.BgClassName
{
background-color: #A23C97;
}
</style>
border-color css
<style>
span { border-color: #A23C97; }
span { border-color: rgb(162,60,151); }
td.TdClassName
{
border-color: #A23C97;
}
.TagClassName
{
border-color: #A23C97;
}
</style>