Shades of Violet Blue #A23AA9
Tints of Violet Blue #A23AA9
RGB
CMYK
RGB Variations
Color information
#A23AA9 (or 0xA23AA9) is known color: Violet Blue. HEX triplet: A2, 3A and A9. RGB value is (162,58,169). Sum of RGB (Red+Green+Blue) = 162+58+169=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #A23AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23AA9 is #5DC556. Grayscale: #656565. Windows color (decimal): -6145367 or 11090594. OLE color: 11090594.
HSL color Cylindrical-coordinate representation of color #A23AA9: hue angle of 296.22º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23AA9 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 58 | 169 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.34 |
| HSL | 296.22º | 0.49% | 0.45% | - |
| HSV(B) | 296.22º | 0.66% | 0.66% | - |
| XYZ | 23.57 | 13.57 | 38.91 | - |
| YUV | 101.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 169 | 0.04 | 0.66 | 0 | 0.34 | 296.22 | 0.49 | 0.45 |
| Hex | A2 | 3A | A9 | 4 | 42 | 0 | 22 | 128 | 31 | 2D |
| Octal | 242 | 72 | 251 | 4 | 102 | 0 | 42 | 450 | 61 | 55 |
| Binary | 10100010 | 111010 | 10101001 | 100 | 1000010 | 0 | 100010 | 100101000 | 110001 | 101101 |
Color Harmonies of #A23AA9
Complementary color
Monochromatic Colors of #A23AA9
Black with #A23AA9
Text Example
Text Example
White with #A23AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AA9; }
p { color: rgb(162,58,169); }
H1.HeaderClassName
{
color: #A23AA9;
}
.AnyTagClassName
{
color: #A23AA9;
}
</style>
background-color css
<style>
a { background-color: #A23AA9; }
a { background-color: rgb(162,58,169); }
div.DivClassName
{
background-color: #A23AA9;
}
.BgClassName
{
background-color: #A23AA9;
}
</style>
border-color css
<style>
span { border-color: #A23AA9; }
span { border-color: rgb(162,58,169); }
td.TdClassName
{
border-color: #A23AA9;
}
.TagClassName
{
border-color: #A23AA9;
}
</style>