Shades of Violet Blue #A8569C
Tints of Violet Blue #A8569C
RGB
CMYK
RGB Variations
Color information
#A8569C (or 0xA8569C) is known color: Violet Blue. HEX triplet: A8, 56 and 9C. RGB value is (168,86,156). Sum of RGB (Red+Green+Blue) = 168+86+156=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8569C is #57A963. Grayscale: #767676. Windows color (decimal): -5744996 or 10245800. OLE color: 10245800.
HSL color Cylindrical-coordinate representation of color #A8569C: hue angle of 308.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8569C is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 156 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.34 |
| HSL | 308.78º | 0.32% | 0.5% | - |
| HSV(B) | 308.78º | 0.49% | 0.66% | - |
| XYZ | 25.48 | 17.38 | 33.46 | - |
| YUV | 118.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 156 | 0 | 0.49 | 0.07 | 0.34 | 308.78 | 0.32 | 0.5 |
| Hex | A8 | 56 | 9C | 0 | 31 | 7 | 22 | 135 | 20 | 32 |
| Octal | 250 | 126 | 234 | 0 | 61 | 7 | 42 | 465 | 40 | 62 |
| Binary | 10101000 | 1010110 | 10011100 | 0 | 110001 | 111 | 100010 | 100110101 | 100000 | 110010 |
Color Harmonies of #A8569C
Complementary color
Monochromatic Colors of #A8569C
Black with #A8569C
Text Example
Text Example
White with #A8569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8569C; }
p { color: rgb(168,86,156); }
H1.HeaderClassName
{
color: #A8569C;
}
.AnyTagClassName
{
color: #A8569C;
}
</style>
background-color css
<style>
a { background-color: #A8569C; }
a { background-color: rgb(168,86,156); }
div.DivClassName
{
background-color: #A8569C;
}
.BgClassName
{
background-color: #A8569C;
}
</style>
border-color css
<style>
span { border-color: #A8569C; }
span { border-color: rgb(168,86,156); }
td.TdClassName
{
border-color: #A8569C;
}
.TagClassName
{
border-color: #A8569C;
}
</style>