Shades of Violet Blue #A05898
Tints of Violet Blue #A05898
RGB
CMYK
RGB Variations
Color information
#A05898 (or 0xA05898) is known color: Violet Blue. HEX triplet: A0, 58 and 98. RGB value is (160,88,152). Sum of RGB (Red+Green+Blue) = 160+88+152=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A05898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05898 is #5FA767. Grayscale: #747474. Windows color (decimal): -6268776 or 9984160. OLE color: 9984160.
HSL color Cylindrical-coordinate representation of color #A05898: hue angle of 306.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A05898 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 152 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.37 |
| HSL | 306.67º | 0.29% | 0.49% | - |
| HSV(B) | 306.67º | 0.45% | 0.63% | - |
| XYZ | 23.65 | 16.72 | 31.69 | - |
| YUV | 116.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 152 | 0 | 0.45 | 0.05 | 0.37 | 306.67 | 0.29 | 0.49 |
| Hex | A0 | 58 | 98 | 0 | 2D | 5 | 25 | 133 | 1D | 31 |
| Octal | 240 | 130 | 230 | 0 | 55 | 5 | 45 | 463 | 35 | 61 |
| Binary | 10100000 | 1011000 | 10011000 | 0 | 101101 | 101 | 100101 | 100110011 | 11101 | 110001 |
Color Harmonies of #A05898
Complementary color
Monochromatic Colors of #A05898
Black with #A05898
Text Example
Text Example
White with #A05898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05898; }
p { color: rgb(160,88,152); }
H1.HeaderClassName
{
color: #A05898;
}
.AnyTagClassName
{
color: #A05898;
}
</style>
background-color css
<style>
a { background-color: #A05898; }
a { background-color: rgb(160,88,152); }
div.DivClassName
{
background-color: #A05898;
}
.BgClassName
{
background-color: #A05898;
}
</style>
border-color css
<style>
span { border-color: #A05898; }
span { border-color: rgb(160,88,152); }
td.TdClassName
{
border-color: #A05898;
}
.TagClassName
{
border-color: #A05898;
}
</style>