Shades of Violet Blue #A158AD
Tints of Violet Blue #A158AD
RGB
CMYK
RGB Variations
Color information
#A158AD (or 0xA158AD) is known color: Violet Blue. HEX triplet: A1, 58 and AD. RGB value is (161,88,173). Sum of RGB (Red+Green+Blue) = 161+88+173=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A158AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A158AD is #5EA752. Grayscale: #777777. Windows color (decimal): -6203219 or 11360417. OLE color: 11360417.
HSL color Cylindrical-coordinate representation of color #A158AD: hue angle of 291.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A158AD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 88 | 173 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.32 |
| HSL | 291.53º | 0.34% | 0.51% | - |
| HSV(B) | 291.53º | 0.49% | 0.68% | - |
| XYZ | 25.73 | 17.57 | 41.57 | - |
| YUV | 119.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 173 | 0.07 | 0.49 | 0 | 0.32 | 291.53 | 0.34 | 0.51 |
| Hex | A1 | 58 | AD | 7 | 31 | 0 | 20 | 124 | 22 | 33 |
| Octal | 241 | 130 | 255 | 7 | 61 | 0 | 40 | 444 | 42 | 63 |
| Binary | 10100001 | 1011000 | 10101101 | 111 | 110001 | 0 | 100000 | 100100100 | 100010 | 110011 |
Color Harmonies of #A158AD
Complementary color
Monochromatic Colors of #A158AD
Black with #A158AD
Text Example
Text Example
White with #A158AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158AD; }
p { color: rgb(161,88,173); }
H1.HeaderClassName
{
color: #A158AD;
}
.AnyTagClassName
{
color: #A158AD;
}
</style>
background-color css
<style>
a { background-color: #A158AD; }
a { background-color: rgb(161,88,173); }
div.DivClassName
{
background-color: #A158AD;
}
.BgClassName
{
background-color: #A158AD;
}
</style>
border-color css
<style>
span { border-color: #A158AD; }
span { border-color: rgb(161,88,173); }
td.TdClassName
{
border-color: #A158AD;
}
.TagClassName
{
border-color: #A158AD;
}
</style>