Shades of Violet Blue #A85E95
Tints of Violet Blue #A85E95
RGB
CMYK
RGB Variations
Color information
#A85E95 (or 0xA85E95) is known color: Violet Blue. HEX triplet: A8, 5E and 95. RGB value is (168,94,149). Sum of RGB (Red+Green+Blue) = 168+94+149=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E95 is #57A16A. Grayscale: #7A7A7A. Windows color (decimal): -5742955 or 9789096. OLE color: 9789096.
HSL color Cylindrical-coordinate representation of color #A85E95: hue angle of 315.41º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85E95 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 149 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.34 |
| HSL | 315.41º | 0.3% | 0.51% | - |
| HSV(B) | 315.41º | 0.44% | 0.66% | - |
| XYZ | 25.58 | 18.5 | 30.66 | - |
| YUV | 122.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 149 | 0 | 0.44 | 0.11 | 0.34 | 315.41 | 0.3 | 0.51 |
| Hex | A8 | 5E | 95 | 0 | 2C | B | 22 | 13B | 1E | 33 |
| Octal | 250 | 136 | 225 | 0 | 54 | 13 | 42 | 473 | 36 | 63 |
| Binary | 10101000 | 1011110 | 10010101 | 0 | 101100 | 1011 | 100010 | 100111011 | 11110 | 110011 |
Color Harmonies of #A85E95
Complementary color
Monochromatic Colors of #A85E95
Black with #A85E95
Text Example
Text Example
White with #A85E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E95; }
p { color: rgb(168,94,149); }
H1.HeaderClassName
{
color: #A85E95;
}
.AnyTagClassName
{
color: #A85E95;
}
</style>
background-color css
<style>
a { background-color: #A85E95; }
a { background-color: rgb(168,94,149); }
div.DivClassName
{
background-color: #A85E95;
}
.BgClassName
{
background-color: #A85E95;
}
</style>
border-color css
<style>
span { border-color: #A85E95; }
span { border-color: rgb(168,94,149); }
td.TdClassName
{
border-color: #A85E95;
}
.TagClassName
{
border-color: #A85E95;
}
</style>