Shades of Violet Blue #A85FAB
Tints of Violet Blue #A85FAB
RGB
CMYK
RGB Variations
Color information
#A85FAB (or 0xA85FAB) is known color: Violet Blue. HEX triplet: A8, 5F and AB. RGB value is (168,95,171). Sum of RGB (Red+Green+Blue) = 168+95+171=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A85FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FAB is #57A054. Grayscale: #7D7D7D. Windows color (decimal): -5742677 or 11231144. OLE color: 11231144.
HSL color Cylindrical-coordinate representation of color #A85FAB: hue angle of 297.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85FAB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 95 | 171 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.33 |
| HSL | 297.63º | 0.31% | 0.52% | - |
| HSV(B) | 297.63º | 0.44% | 0.67% | - |
| XYZ | 27.59 | 19.45 | 40.83 | - |
| YUV | 125.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 171 | 0.02 | 0.44 | 0 | 0.33 | 297.63 | 0.31 | 0.52 |
| Hex | A8 | 5F | AB | 2 | 2C | 0 | 21 | 12A | 1F | 34 |
| Octal | 250 | 137 | 253 | 2 | 54 | 0 | 41 | 452 | 37 | 64 |
| Binary | 10101000 | 1011111 | 10101011 | 10 | 101100 | 0 | 100001 | 100101010 | 11111 | 110100 |
Color Harmonies of #A85FAB
Complementary color
Monochromatic Colors of #A85FAB
Black with #A85FAB
Text Example
Text Example
White with #A85FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FAB; }
p { color: rgb(168,95,171); }
H1.HeaderClassName
{
color: #A85FAB;
}
.AnyTagClassName
{
color: #A85FAB;
}
</style>
background-color css
<style>
a { background-color: #A85FAB; }
a { background-color: rgb(168,95,171); }
div.DivClassName
{
background-color: #A85FAB;
}
.BgClassName
{
background-color: #A85FAB;
}
</style>
border-color css
<style>
span { border-color: #A85FAB; }
span { border-color: rgb(168,95,171); }
td.TdClassName
{
border-color: #A85FAB;
}
.TagClassName
{
border-color: #A85FAB;
}
</style>