Shades of Violet Blue #A85695
Tints of Violet Blue #A85695
RGB
CMYK
RGB Variations
Color information
#A85695 (or 0xA85695) is known color: Violet Blue. HEX triplet: A8, 56 and 95. RGB value is (168,86,149). Sum of RGB (Red+Green+Blue) = 168+86+149=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A85695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85695 is #57A96A. Grayscale: #757575. Windows color (decimal): -5745003 or 9787048. OLE color: 9787048.
HSL color Cylindrical-coordinate representation of color #A85695: hue angle of 313.9º 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 #A85695 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 149 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.34 |
| HSL | 313.9º | 0.32% | 0.5% | - |
| HSV(B) | 313.9º | 0.49% | 0.66% | - |
| XYZ | 24.9 | 17.15 | 30.43 | - |
| YUV | 117.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 149 | 0 | 0.49 | 0.11 | 0.34 | 313.9 | 0.32 | 0.5 |
| Hex | A8 | 56 | 95 | 0 | 31 | B | 22 | 13A | 20 | 32 |
| Octal | 250 | 126 | 225 | 0 | 61 | 13 | 42 | 472 | 40 | 62 |
| Binary | 10101000 | 1010110 | 10010101 | 0 | 110001 | 1011 | 100010 | 100111010 | 100000 | 110010 |
Color Harmonies of #A85695
Complementary color
Monochromatic Colors of #A85695
Black with #A85695
Text Example
Text Example
White with #A85695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85695; }
p { color: rgb(168,86,149); }
H1.HeaderClassName
{
color: #A85695;
}
.AnyTagClassName
{
color: #A85695;
}
</style>
background-color css
<style>
a { background-color: #A85695; }
a { background-color: rgb(168,86,149); }
div.DivClassName
{
background-color: #A85695;
}
.BgClassName
{
background-color: #A85695;
}
</style>
border-color css
<style>
span { border-color: #A85695; }
span { border-color: rgb(168,86,149); }
td.TdClassName
{
border-color: #A85695;
}
.TagClassName
{
border-color: #A85695;
}
</style>