Shades of Violet Blue #A158A4
Tints of Violet Blue #A158A4
RGB
CMYK
RGB Variations
Color information
#A158A4 (or 0xA158A4) is known color: Violet Blue. HEX triplet: A1, 58 and A4. RGB value is (161,88,164). Sum of RGB (Red+Green+Blue) = 161+88+164=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 164 - color contains mainly: blue. Hex color #A158A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A158A4 is #5EA75B. Grayscale: #767676. Windows color (decimal): -6203228 or 10770593. OLE color: 10770593.
HSL color Cylindrical-coordinate representation of color #A158A4: hue angle of 297.63º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A158A4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 88 | 164 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.36 |
| HSL | 297.63º | 0.3% | 0.49% | - |
| HSV(B) | 297.63º | 0.46% | 0.64% | - |
| XYZ | 24.89 | 17.24 | 37.14 | - |
| YUV | 118.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 164 | 0.02 | 0.46 | 0 | 0.36 | 297.63 | 0.3 | 0.49 |
| Hex | A1 | 58 | A4 | 2 | 2E | 0 | 24 | 12A | 1E | 31 |
| Octal | 241 | 130 | 244 | 2 | 56 | 0 | 44 | 452 | 36 | 61 |
| Binary | 10100001 | 1011000 | 10100100 | 10 | 101110 | 0 | 100100 | 100101010 | 11110 | 110001 |
Color Harmonies of #A158A4
Complementary color
Monochromatic Colors of #A158A4
Black with #A158A4
Text Example
Text Example
White with #A158A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158A4; }
p { color: rgb(161,88,164); }
H1.HeaderClassName
{
color: #A158A4;
}
.AnyTagClassName
{
color: #A158A4;
}
</style>
background-color css
<style>
a { background-color: #A158A4; }
a { background-color: rgb(161,88,164); }
div.DivClassName
{
background-color: #A158A4;
}
.BgClassName
{
background-color: #A158A4;
}
</style>
border-color css
<style>
span { border-color: #A158A4; }
span { border-color: rgb(161,88,164); }
td.TdClassName
{
border-color: #A158A4;
}
.TagClassName
{
border-color: #A158A4;
}
</style>