Shades of Violet Blue #A858AC
Tints of Violet Blue #A858AC
RGB
CMYK
RGB Variations
Color information
#A858AC (or 0xA858AC) is known color: Violet Blue. HEX triplet: A8, 58 and AC. RGB value is (168,88,172). Sum of RGB (Red+Green+Blue) = 168+88+172=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #A858AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858AC is #57A753. Grayscale: #797979. Windows color (decimal): -5744468 or 11294888. OLE color: 11294888.
HSL color Cylindrical-coordinate representation of color #A858AC: hue angle of 297.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A858AC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 88 | 172 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.33 |
| HSL | 297.14º | 0.34% | 0.51% | - |
| HSV(B) | 297.14º | 0.49% | 0.67% | - |
| XYZ | 27.08 | 18.28 | 41.13 | - |
| YUV | 121.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 172 | 0.02 | 0.49 | 0 | 0.33 | 297.14 | 0.34 | 0.51 |
| Hex | A8 | 58 | AC | 2 | 31 | 0 | 21 | 129 | 22 | 33 |
| Octal | 250 | 130 | 254 | 2 | 61 | 0 | 41 | 451 | 42 | 63 |
| Binary | 10101000 | 1011000 | 10101100 | 10 | 110001 | 0 | 100001 | 100101001 | 100010 | 110011 |
Color Harmonies of #A858AC
Complementary color
Monochromatic Colors of #A858AC
Black with #A858AC
Text Example
Text Example
White with #A858AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858AC; }
p { color: rgb(168,88,172); }
H1.HeaderClassName
{
color: #A858AC;
}
.AnyTagClassName
{
color: #A858AC;
}
</style>
background-color css
<style>
a { background-color: #A858AC; }
a { background-color: rgb(168,88,172); }
div.DivClassName
{
background-color: #A858AC;
}
.BgClassName
{
background-color: #A858AC;
}
</style>
border-color css
<style>
span { border-color: #A858AC; }
span { border-color: rgb(168,88,172); }
td.TdClassName
{
border-color: #A858AC;
}
.TagClassName
{
border-color: #A858AC;
}
</style>