Shades of Violet Blue #A86295
Tints of Violet Blue #A86295
RGB
CMYK
RGB Variations
Color information
#A86295 (or 0xA86295) is known color: Violet Blue. HEX triplet: A8, 62 and 95. RGB value is (168,98,149). Sum of RGB (Red+Green+Blue) = 168+98+149=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A86295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86295 is #579D6A. Grayscale: #7C7C7C. Windows color (decimal): -5741931 or 9790120. OLE color: 9790120.
HSL color Cylindrical-coordinate representation of color #A86295: hue angle of 316.29º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86295 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 149 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.34 |
| HSL | 316.29º | 0.29% | 0.52% | - |
| HSV(B) | 316.29º | 0.42% | 0.66% | - |
| XYZ | 25.94 | 19.23 | 30.78 | - |
| YUV | 124.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 149 | 0 | 0.42 | 0.11 | 0.34 | 316.29 | 0.29 | 0.52 |
| Hex | A8 | 62 | 95 | 0 | 2A | B | 22 | 13C | 1D | 34 |
| Octal | 250 | 142 | 225 | 0 | 52 | 13 | 42 | 474 | 35 | 64 |
| Binary | 10101000 | 1100010 | 10010101 | 0 | 101010 | 1011 | 100010 | 100111100 | 11101 | 110100 |
Color Harmonies of #A86295
Complementary color
Monochromatic Colors of #A86295
Black with #A86295
Text Example
Text Example
White with #A86295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86295; }
p { color: rgb(168,98,149); }
H1.HeaderClassName
{
color: #A86295;
}
.AnyTagClassName
{
color: #A86295;
}
</style>
background-color css
<style>
a { background-color: #A86295; }
a { background-color: rgb(168,98,149); }
div.DivClassName
{
background-color: #A86295;
}
.BgClassName
{
background-color: #A86295;
}
</style>
border-color css
<style>
span { border-color: #A86295; }
span { border-color: rgb(168,98,149); }
td.TdClassName
{
border-color: #A86295;
}
.TagClassName
{
border-color: #A86295;
}
</style>