Shades of Violet Blue #A5588F
Tints of Violet Blue #A5588F
RGB
CMYK
RGB Variations
Color information
#A5588F (or 0xA5588F) is known color: Violet Blue. HEX triplet: A5, 58 and 8F. RGB value is (165,88,143). Sum of RGB (Red+Green+Blue) = 165+88+143=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5588F is #5AA770. Grayscale: #757575. Windows color (decimal): -5941105 or 9394341. OLE color: 9394341.
HSL color Cylindrical-coordinate representation of color #A5588F: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5588F is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 143 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.35 |
| HSL | 317.14º | 0.3% | 0.5% | - |
| HSV(B) | 317.14º | 0.47% | 0.65% | - |
| XYZ | 23.96 | 16.96 | 28 | - |
| YUV | 117.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 143 | 0 | 0.47 | 0.13 | 0.35 | 317.14 | 0.3 | 0.5 |
| Hex | A5 | 58 | 8F | 0 | 2F | D | 23 | 13D | 1E | 32 |
| Octal | 245 | 130 | 217 | 0 | 57 | 15 | 43 | 475 | 36 | 62 |
| Binary | 10100101 | 1011000 | 10001111 | 0 | 101111 | 1101 | 100011 | 100111101 | 11110 | 110010 |
Color Harmonies of #A5588F
Complementary color
Monochromatic Colors of #A5588F
Black with #A5588F
Text Example
Text Example
White with #A5588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5588F; }
p { color: rgb(165,88,143); }
H1.HeaderClassName
{
color: #A5588F;
}
.AnyTagClassName
{
color: #A5588F;
}
</style>
background-color css
<style>
a { background-color: #A5588F; }
a { background-color: rgb(165,88,143); }
div.DivClassName
{
background-color: #A5588F;
}
.BgClassName
{
background-color: #A5588F;
}
</style>
border-color css
<style>
span { border-color: #A5588F; }
span { border-color: rgb(165,88,143); }
td.TdClassName
{
border-color: #A5588F;
}
.TagClassName
{
border-color: #A5588F;
}
</style>