Shades of Violet Blue #A85791
Tints of Violet Blue #A85791
RGB
CMYK
RGB Variations
Color information
#A85791 (or 0xA85791) is known color: Violet Blue. HEX triplet: A8, 57 and 91. RGB value is (168,87,145). Sum of RGB (Red+Green+Blue) = 168+87+145=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A85791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85791 is #57A86E. Grayscale: #757575. Windows color (decimal): -5744751 or 9525160. OLE color: 9525160.
HSL color Cylindrical-coordinate representation of color #A85791: hue angle of 317.04º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85791 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 145 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.34 |
| HSL | 317.04º | 0.32% | 0.5% | - |
| HSV(B) | 317.04º | 0.48% | 0.66% | - |
| XYZ | 24.67 | 17.19 | 28.81 | - |
| YUV | 117.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 145 | 0 | 0.48 | 0.14 | 0.34 | 317.04 | 0.32 | 0.5 |
| Hex | A8 | 57 | 91 | 0 | 30 | E | 22 | 13D | 20 | 32 |
| Octal | 250 | 127 | 221 | 0 | 60 | 16 | 42 | 475 | 40 | 62 |
| Binary | 10101000 | 1010111 | 10010001 | 0 | 110000 | 1110 | 100010 | 100111101 | 100000 | 110010 |
Color Harmonies of #A85791
Complementary color
Monochromatic Colors of #A85791
Black with #A85791
Text Example
Text Example
White with #A85791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85791; }
p { color: rgb(168,87,145); }
H1.HeaderClassName
{
color: #A85791;
}
.AnyTagClassName
{
color: #A85791;
}
</style>
background-color css
<style>
a { background-color: #A85791; }
a { background-color: rgb(168,87,145); }
div.DivClassName
{
background-color: #A85791;
}
.BgClassName
{
background-color: #A85791;
}
</style>
border-color css
<style>
span { border-color: #A85791; }
span { border-color: rgb(168,87,145); }
td.TdClassName
{
border-color: #A85791;
}
.TagClassName
{
border-color: #A85791;
}
</style>