Shades of Violet Blue #A158A0
Tints of Violet Blue #A158A0
RGB
CMYK
RGB Variations
Color information
#A158A0 (or 0xA158A0) is known color: Violet Blue. HEX triplet: A1, 58 and A0. RGB value is (161,88,160). Sum of RGB (Red+Green+Blue) = 161+88+160=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A158A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A158A0 is #5EA75F. Grayscale: #757575. Windows color (decimal): -6203232 or 10508449. OLE color: 10508449.
HSL color Cylindrical-coordinate representation of color #A158A0: hue angle of 300.82º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A158A0 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 160 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.37 |
| HSL | 300.82º | 0.29% | 0.49% | - |
| HSV(B) | 300.82º | 0.45% | 0.63% | - |
| XYZ | 24.53 | 17.09 | 35.26 | - |
| YUV | 118.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 160 | 0 | 0.45 | 0.01 | 0.37 | 300.82 | 0.29 | 0.49 |
| Hex | A1 | 58 | A0 | 0 | 2D | 1 | 25 | 12D | 1D | 31 |
| Octal | 241 | 130 | 240 | 0 | 55 | 1 | 45 | 455 | 35 | 61 |
| Binary | 10100001 | 1011000 | 10100000 | 0 | 101101 | 1 | 100101 | 100101101 | 11101 | 110001 |
Color Harmonies of #A158A0
Complementary color
Monochromatic Colors of #A158A0
Black with #A158A0
Text Example
Text Example
White with #A158A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158A0; }
p { color: rgb(161,88,160); }
H1.HeaderClassName
{
color: #A158A0;
}
.AnyTagClassName
{
color: #A158A0;
}
</style>
background-color css
<style>
a { background-color: #A158A0; }
a { background-color: rgb(161,88,160); }
div.DivClassName
{
background-color: #A158A0;
}
.BgClassName
{
background-color: #A158A0;
}
</style>
border-color css
<style>
span { border-color: #A158A0; }
span { border-color: rgb(161,88,160); }
td.TdClassName
{
border-color: #A158A0;
}
.TagClassName
{
border-color: #A158A0;
}
</style>