Shades of Violet Blue #A45899
Tints of Violet Blue #A45899
RGB
CMYK
RGB Variations
Color information
#A45899 (or 0xA45899) is known color: Violet Blue. HEX triplet: A4, 58 and 99. RGB value is (164,88,153). Sum of RGB (Red+Green+Blue) = 164+88+153=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A45899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45899 is #5BA766. Grayscale: #757575. Windows color (decimal): -6006631 or 10049700. OLE color: 10049700.
HSL color Cylindrical-coordinate representation of color #A45899: hue angle of 308.68º 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 #A45899 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 153 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.36 |
| HSL | 308.68º | 0.3% | 0.49% | - |
| HSV(B) | 308.68º | 0.46% | 0.64% | - |
| XYZ | 24.55 | 17.17 | 32.16 | - |
| YUV | 118.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 153 | 0 | 0.46 | 0.07 | 0.36 | 308.68 | 0.3 | 0.49 |
| Hex | A4 | 58 | 99 | 0 | 2E | 7 | 24 | 135 | 1E | 31 |
| Octal | 244 | 130 | 231 | 0 | 56 | 7 | 44 | 465 | 36 | 61 |
| Binary | 10100100 | 1011000 | 10011001 | 0 | 101110 | 111 | 100100 | 100110101 | 11110 | 110001 |
Color Harmonies of #A45899
Complementary color
Monochromatic Colors of #A45899
Black with #A45899
Text Example
Text Example
White with #A45899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45899; }
p { color: rgb(164,88,153); }
H1.HeaderClassName
{
color: #A45899;
}
.AnyTagClassName
{
color: #A45899;
}
</style>
background-color css
<style>
a { background-color: #A45899; }
a { background-color: rgb(164,88,153); }
div.DivClassName
{
background-color: #A45899;
}
.BgClassName
{
background-color: #A45899;
}
</style>
border-color css
<style>
span { border-color: #A45899; }
span { border-color: rgb(164,88,153); }
td.TdClassName
{
border-color: #A45899;
}
.TagClassName
{
border-color: #A45899;
}
</style>