Shades of Violet Blue #A85B9E
Tints of Violet Blue #A85B9E
RGB
CMYK
RGB Variations
Color information
#A85B9E (or 0xA85B9E) is known color: Violet Blue. HEX triplet: A8, 5B and 9E. RGB value is (168,91,158). Sum of RGB (Red+Green+Blue) = 168+91+158=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B9E is #57A461. Grayscale: #797979. Windows color (decimal): -5743714 or 10378152. OLE color: 10378152.
HSL color Cylindrical-coordinate representation of color #A85B9E: hue angle of 307.79º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85B9E is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 158 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.34 |
| HSL | 307.79º | 0.31% | 0.51% | - |
| HSV(B) | 307.79º | 0.46% | 0.66% | - |
| XYZ | 26.06 | 18.28 | 34.5 | - |
| YUV | 121.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 158 | 0 | 0.46 | 0.06 | 0.34 | 307.79 | 0.31 | 0.51 |
| Hex | A8 | 5B | 9E | 0 | 2E | 6 | 22 | 134 | 1F | 33 |
| Octal | 250 | 133 | 236 | 0 | 56 | 6 | 42 | 464 | 37 | 63 |
| Binary | 10101000 | 1011011 | 10011110 | 0 | 101110 | 110 | 100010 | 100110100 | 11111 | 110011 |
Color Harmonies of #A85B9E
Complementary color
Monochromatic Colors of #A85B9E
Black with #A85B9E
Text Example
Text Example
White with #A85B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B9E; }
p { color: rgb(168,91,158); }
H1.HeaderClassName
{
color: #A85B9E;
}
.AnyTagClassName
{
color: #A85B9E;
}
</style>
background-color css
<style>
a { background-color: #A85B9E; }
a { background-color: rgb(168,91,158); }
div.DivClassName
{
background-color: #A85B9E;
}
.BgClassName
{
background-color: #A85B9E;
}
</style>
border-color css
<style>
span { border-color: #A85B9E; }
span { border-color: rgb(168,91,158); }
td.TdClassName
{
border-color: #A85B9E;
}
.TagClassName
{
border-color: #A85B9E;
}
</style>