Shades of Violet Blue #A8589A
Tints of Violet Blue #A8589A
RGB
CMYK
RGB Variations
Color information
#A8589A (or 0xA8589A) is known color: Violet Blue. HEX triplet: A8, 58 and 9A. RGB value is (168,88,154). Sum of RGB (Red+Green+Blue) = 168+88+154=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8589A is #57A765. Grayscale: #777777. Windows color (decimal): -5744486 or 10115240. OLE color: 10115240.
HSL color Cylindrical-coordinate representation of color #A8589A: hue angle of 310.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8589A is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 154 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.34 |
| HSL | 310.5º | 0.31% | 0.5% | - |
| HSV(B) | 310.5º | 0.48% | 0.66% | - |
| XYZ | 25.47 | 17.64 | 32.63 | - |
| YUV | 119.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 154 | 0 | 0.48 | 0.08 | 0.34 | 310.5 | 0.31 | 0.5 |
| Hex | A8 | 58 | 9A | 0 | 30 | 8 | 22 | 136 | 1F | 32 |
| Octal | 250 | 130 | 232 | 0 | 60 | 10 | 42 | 466 | 37 | 62 |
| Binary | 10101000 | 1011000 | 10011010 | 0 | 110000 | 1000 | 100010 | 100110110 | 11111 | 110010 |
Color Harmonies of #A8589A
Complementary color
Monochromatic Colors of #A8589A
Black with #A8589A
Text Example
Text Example
White with #A8589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8589A; }
p { color: rgb(168,88,154); }
H1.HeaderClassName
{
color: #A8589A;
}
.AnyTagClassName
{
color: #A8589A;
}
</style>
background-color css
<style>
a { background-color: #A8589A; }
a { background-color: rgb(168,88,154); }
div.DivClassName
{
background-color: #A8589A;
}
.BgClassName
{
background-color: #A8589A;
}
</style>
border-color css
<style>
span { border-color: #A8589A; }
span { border-color: rgb(168,88,154); }
td.TdClassName
{
border-color: #A8589A;
}
.TagClassName
{
border-color: #A8589A;
}
</style>