Shades of Violet Blue #A85993
Tints of Violet Blue #A85993
RGB
CMYK
RGB Variations
Color information
#A85993 (or 0xA85993) is known color: Violet Blue. HEX triplet: A8, 59 and 93. RGB value is (168,89,147). Sum of RGB (Red+Green+Blue) = 168+89+147=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A85993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85993 is #57A66C. Grayscale: #777777. Windows color (decimal): -5744237 or 9656744. OLE color: 9656744.
HSL color Cylindrical-coordinate representation of color #A85993: hue angle of 315.95º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85993 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 147 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.34 |
| HSL | 315.95º | 0.31% | 0.5% | - |
| HSV(B) | 315.95º | 0.47% | 0.66% | - |
| XYZ | 24.99 | 17.58 | 29.68 | - |
| YUV | 119.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 147 | 0 | 0.47 | 0.13 | 0.34 | 315.95 | 0.31 | 0.5 |
| Hex | A8 | 59 | 93 | 0 | 2F | D | 22 | 13C | 1F | 32 |
| Octal | 250 | 131 | 223 | 0 | 57 | 15 | 42 | 474 | 37 | 62 |
| Binary | 10101000 | 1011001 | 10010011 | 0 | 101111 | 1101 | 100010 | 100111100 | 11111 | 110010 |
Color Harmonies of #A85993
Complementary color
Monochromatic Colors of #A85993
Black with #A85993
Text Example
Text Example
White with #A85993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85993; }
p { color: rgb(168,89,147); }
H1.HeaderClassName
{
color: #A85993;
}
.AnyTagClassName
{
color: #A85993;
}
</style>
background-color css
<style>
a { background-color: #A85993; }
a { background-color: rgb(168,89,147); }
div.DivClassName
{
background-color: #A85993;
}
.BgClassName
{
background-color: #A85993;
}
</style>
border-color css
<style>
span { border-color: #A85993; }
span { border-color: rgb(168,89,147); }
td.TdClassName
{
border-color: #A85993;
}
.TagClassName
{
border-color: #A85993;
}
</style>