Shades of Violet Blue #A8589C
Tints of Violet Blue #A8589C
RGB
CMYK
RGB Variations
Color information
#A8589C (or 0xA8589C) is known color: Violet Blue. HEX triplet: A8, 58 and 9C. RGB value is (168,88,156). Sum of RGB (Red+Green+Blue) = 168+88+156=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8589C is #57A763. Grayscale: #777777. Windows color (decimal): -5744484 or 10246312. OLE color: 10246312.
HSL color Cylindrical-coordinate representation of color #A8589C: hue angle of 309º 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 #A8589C is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 156 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.34 |
| HSL | 309º | 0.31% | 0.5% | - |
| HSV(B) | 309º | 0.48% | 0.66% | - |
| XYZ | 25.64 | 17.7 | 33.52 | - |
| YUV | 119.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 156 | 0 | 0.48 | 0.07 | 0.34 | 309 | 0.31 | 0.5 |
| Hex | A8 | 58 | 9C | 0 | 30 | 7 | 22 | 135 | 1F | 32 |
| Octal | 250 | 130 | 234 | 0 | 60 | 7 | 42 | 465 | 37 | 62 |
| Binary | 10101000 | 1011000 | 10011100 | 0 | 110000 | 111 | 100010 | 100110101 | 11111 | 110010 |
Color Harmonies of #A8589C
Complementary color
Monochromatic Colors of #A8589C
Black with #A8589C
Text Example
Text Example
White with #A8589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8589C; }
p { color: rgb(168,88,156); }
H1.HeaderClassName
{
color: #A8589C;
}
.AnyTagClassName
{
color: #A8589C;
}
</style>
background-color css
<style>
a { background-color: #A8589C; }
a { background-color: rgb(168,88,156); }
div.DivClassName
{
background-color: #A8589C;
}
.BgClassName
{
background-color: #A8589C;
}
</style>
border-color css
<style>
span { border-color: #A8589C; }
span { border-color: rgb(168,88,156); }
td.TdClassName
{
border-color: #A8589C;
}
.TagClassName
{
border-color: #A8589C;
}
</style>