Shades of Violet Blue #A5589D
Tints of Violet Blue #A5589D
RGB
CMYK
RGB Variations
Color information
#A5589D (or 0xA5589D) is known color: Violet Blue. HEX triplet: A5, 58 and 9D. RGB value is (165,88,157). Sum of RGB (Red+Green+Blue) = 165+88+157=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5589D is #5AA762. Grayscale: #767676. Windows color (decimal): -5941091 or 10311845. OLE color: 10311845.
HSL color Cylindrical-coordinate representation of color #A5589D: hue angle of 306.23º 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 #A5589D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 157 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.35 |
| HSL | 306.23º | 0.3% | 0.5% | - |
| HSV(B) | 306.23º | 0.47% | 0.65% | - |
| XYZ | 25.09 | 17.41 | 33.94 | - |
| YUV | 118.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 157 | 0 | 0.47 | 0.05 | 0.35 | 306.23 | 0.3 | 0.5 |
| Hex | A5 | 58 | 9D | 0 | 2F | 5 | 23 | 132 | 1E | 32 |
| Octal | 245 | 130 | 235 | 0 | 57 | 5 | 43 | 462 | 36 | 62 |
| Binary | 10100101 | 1011000 | 10011101 | 0 | 101111 | 101 | 100011 | 100110010 | 11110 | 110010 |
Color Harmonies of #A5589D
Complementary color
Monochromatic Colors of #A5589D
Black with #A5589D
Text Example
Text Example
White with #A5589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5589D; }
p { color: rgb(165,88,157); }
H1.HeaderClassName
{
color: #A5589D;
}
.AnyTagClassName
{
color: #A5589D;
}
</style>
background-color css
<style>
a { background-color: #A5589D; }
a { background-color: rgb(165,88,157); }
div.DivClassName
{
background-color: #A5589D;
}
.BgClassName
{
background-color: #A5589D;
}
</style>
border-color css
<style>
span { border-color: #A5589D; }
span { border-color: rgb(165,88,157); }
td.TdClassName
{
border-color: #A5589D;
}
.TagClassName
{
border-color: #A5589D;
}
</style>