Shades of Violet Blue #A85693
Tints of Violet Blue #A85693
RGB
CMYK
RGB Variations
Color information
#A85693 (or 0xA85693) is known color: Violet Blue. HEX triplet: A8, 56 and 93. RGB value is (168,86,147). Sum of RGB (Red+Green+Blue) = 168+86+147=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A85693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85693 is #57A96C. Grayscale: #757575. Windows color (decimal): -5745005 or 9655976. OLE color: 9655976.
HSL color Cylindrical-coordinate representation of color #A85693: hue angle of 315.37º 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 #A85693 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 147 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.34 |
| HSL | 315.37º | 0.32% | 0.5% | - |
| HSV(B) | 315.37º | 0.49% | 0.66% | - |
| XYZ | 24.74 | 17.09 | 29.6 | - |
| YUV | 117.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 147 | 0 | 0.49 | 0.13 | 0.34 | 315.37 | 0.32 | 0.5 |
| Hex | A8 | 56 | 93 | 0 | 31 | D | 22 | 13B | 20 | 32 |
| Octal | 250 | 126 | 223 | 0 | 61 | 15 | 42 | 473 | 40 | 62 |
| Binary | 10101000 | 1010110 | 10010011 | 0 | 110001 | 1101 | 100010 | 100111011 | 100000 | 110010 |
Color Harmonies of #A85693
Complementary color
Monochromatic Colors of #A85693
Black with #A85693
Text Example
Text Example
White with #A85693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85693; }
p { color: rgb(168,86,147); }
H1.HeaderClassName
{
color: #A85693;
}
.AnyTagClassName
{
color: #A85693;
}
</style>
background-color css
<style>
a { background-color: #A85693; }
a { background-color: rgb(168,86,147); }
div.DivClassName
{
background-color: #A85693;
}
.BgClassName
{
background-color: #A85693;
}
</style>
border-color css
<style>
span { border-color: #A85693; }
span { border-color: rgb(168,86,147); }
td.TdClassName
{
border-color: #A85693;
}
.TagClassName
{
border-color: #A85693;
}
</style>