Shades of Violet Blue #A85FAC
Tints of Violet Blue #A85FAC
RGB
CMYK
RGB Variations
Color information
#A85FAC (or 0xA85FAC) is known color: Violet Blue. HEX triplet: A8, 5F and AC. RGB value is (168,95,172). Sum of RGB (Red+Green+Blue) = 168+95+172=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #A85FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FAC is #57A053. Grayscale: #7D7D7D. Windows color (decimal): -5742676 or 11296680. OLE color: 11296680.
HSL color Cylindrical-coordinate representation of color #A85FAC: hue angle of 296.88º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85FAC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 95 | 172 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.33 |
| HSL | 296.88º | 0.32% | 0.52% | - |
| HSV(B) | 296.88º | 0.45% | 0.67% | - |
| XYZ | 27.69 | 19.49 | 41.33 | - |
| YUV | 125.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 172 | 0.02 | 0.45 | 0 | 0.33 | 296.88 | 0.32 | 0.52 |
| Hex | A8 | 5F | AC | 2 | 2D | 0 | 21 | 129 | 20 | 34 |
| Octal | 250 | 137 | 254 | 2 | 55 | 0 | 41 | 451 | 40 | 64 |
| Binary | 10101000 | 1011111 | 10101100 | 10 | 101101 | 0 | 100001 | 100101001 | 100000 | 110100 |
Color Harmonies of #A85FAC
Complementary color
Monochromatic Colors of #A85FAC
Black with #A85FAC
Text Example
Text Example
White with #A85FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FAC; }
p { color: rgb(168,95,172); }
H1.HeaderClassName
{
color: #A85FAC;
}
.AnyTagClassName
{
color: #A85FAC;
}
</style>
background-color css
<style>
a { background-color: #A85FAC; }
a { background-color: rgb(168,95,172); }
div.DivClassName
{
background-color: #A85FAC;
}
.BgClassName
{
background-color: #A85FAC;
}
</style>
border-color css
<style>
span { border-color: #A85FAC; }
span { border-color: rgb(168,95,172); }
td.TdClassName
{
border-color: #A85FAC;
}
.TagClassName
{
border-color: #A85FAC;
}
</style>