Shades of Violet Blue #A3588E
Tints of Violet Blue #A3588E
RGB
CMYK
RGB Variations
Color information
#A3588E (or 0xA3588E) is known color: Violet Blue. HEX triplet: A3, 58 and 8E. RGB value is (163,88,142). Sum of RGB (Red+Green+Blue) = 163+88+142=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3588E is #5CA771. Grayscale: #747474. Windows color (decimal): -6072178 or 9328803. OLE color: 9328803.
HSL color Cylindrical-coordinate representation of color #A3588E: hue angle of 316.8º 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 #A3588E is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 142 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.36 |
| HSL | 316.8º | 0.3% | 0.49% | - |
| HSV(B) | 316.8º | 0.46% | 0.64% | - |
| XYZ | 23.48 | 16.72 | 27.58 | - |
| YUV | 116.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 142 | 0 | 0.46 | 0.13 | 0.36 | 316.8 | 0.3 | 0.49 |
| Hex | A3 | 58 | 8E | 0 | 2E | D | 24 | 13D | 1E | 31 |
| Octal | 243 | 130 | 216 | 0 | 56 | 15 | 44 | 475 | 36 | 61 |
| Binary | 10100011 | 1011000 | 10001110 | 0 | 101110 | 1101 | 100100 | 100111101 | 11110 | 110001 |
Color Harmonies of #A3588E
Complementary color
Monochromatic Colors of #A3588E
Black with #A3588E
Text Example
Text Example
White with #A3588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3588E; }
p { color: rgb(163,88,142); }
H1.HeaderClassName
{
color: #A3588E;
}
.AnyTagClassName
{
color: #A3588E;
}
</style>
background-color css
<style>
a { background-color: #A3588E; }
a { background-color: rgb(163,88,142); }
div.DivClassName
{
background-color: #A3588E;
}
.BgClassName
{
background-color: #A3588E;
}
</style>
border-color css
<style>
span { border-color: #A3588E; }
span { border-color: rgb(163,88,142); }
td.TdClassName
{
border-color: #A3588E;
}
.TagClassName
{
border-color: #A3588E;
}
</style>