Shades of Violet Blue #A85E9F
Tints of Violet Blue #A85E9F
RGB
CMYK
RGB Variations
Color information
#A85E9F (or 0xA85E9F) is known color: Violet Blue. HEX triplet: A8, 5E and 9F. RGB value is (168,94,159). Sum of RGB (Red+Green+Blue) = 168+94+159=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E9F is #57A160. Grayscale: #7B7B7B. Windows color (decimal): -5742945 or 10444456. OLE color: 10444456.
HSL color Cylindrical-coordinate representation of color #A85E9F: hue angle of 307.3º 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 #A85E9F is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 159 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.34 |
| HSL | 307.3º | 0.3% | 0.51% | - |
| HSV(B) | 307.3º | 0.44% | 0.66% | - |
| XYZ | 26.41 | 18.83 | 35.04 | - |
| YUV | 123.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 159 | 0 | 0.44 | 0.05 | 0.34 | 307.3 | 0.3 | 0.51 |
| Hex | A8 | 5E | 9F | 0 | 2C | 5 | 22 | 133 | 1E | 33 |
| Octal | 250 | 136 | 237 | 0 | 54 | 5 | 42 | 463 | 36 | 63 |
| Binary | 10101000 | 1011110 | 10011111 | 0 | 101100 | 101 | 100010 | 100110011 | 11110 | 110011 |
Color Harmonies of #A85E9F
Complementary color
Monochromatic Colors of #A85E9F
Black with #A85E9F
Text Example
Text Example
White with #A85E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E9F; }
p { color: rgb(168,94,159); }
H1.HeaderClassName
{
color: #A85E9F;
}
.AnyTagClassName
{
color: #A85E9F;
}
</style>
background-color css
<style>
a { background-color: #A85E9F; }
a { background-color: rgb(168,94,159); }
div.DivClassName
{
background-color: #A85E9F;
}
.BgClassName
{
background-color: #A85E9F;
}
</style>
border-color css
<style>
span { border-color: #A85E9F; }
span { border-color: rgb(168,94,159); }
td.TdClassName
{
border-color: #A85E9F;
}
.TagClassName
{
border-color: #A85E9F;
}
</style>