Shades of Violet Blue #A85E9C
Tints of Violet Blue #A85E9C
RGB
CMYK
RGB Variations
Color information
#A85E9C (or 0xA85E9C) is known color: Violet Blue. HEX triplet: A8, 5E and 9C. RGB value is (168,94,156). Sum of RGB (Red+Green+Blue) = 168+94+156=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85E9C is #57A163. Grayscale: #7B7B7B. Windows color (decimal): -5742948 or 10247848. OLE color: 10247848.
HSL color Cylindrical-coordinate representation of color #A85E9C: hue angle of 309.73º 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 #A85E9C is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 156 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.34 |
| HSL | 309.73º | 0.3% | 0.51% | - |
| HSV(B) | 309.73º | 0.44% | 0.66% | - |
| XYZ | 26.15 | 18.73 | 33.69 | - |
| YUV | 123.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 156 | 0 | 0.44 | 0.07 | 0.34 | 309.73 | 0.3 | 0.51 |
| Hex | A8 | 5E | 9C | 0 | 2C | 7 | 22 | 136 | 1E | 33 |
| Octal | 250 | 136 | 234 | 0 | 54 | 7 | 42 | 466 | 36 | 63 |
| Binary | 10101000 | 1011110 | 10011100 | 0 | 101100 | 111 | 100010 | 100110110 | 11110 | 110011 |
Color Harmonies of #A85E9C
Complementary color
Monochromatic Colors of #A85E9C
Black with #A85E9C
Text Example
Text Example
White with #A85E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E9C; }
p { color: rgb(168,94,156); }
H1.HeaderClassName
{
color: #A85E9C;
}
.AnyTagClassName
{
color: #A85E9C;
}
</style>
background-color css
<style>
a { background-color: #A85E9C; }
a { background-color: rgb(168,94,156); }
div.DivClassName
{
background-color: #A85E9C;
}
.BgClassName
{
background-color: #A85E9C;
}
</style>
border-color css
<style>
span { border-color: #A85E9C; }
span { border-color: rgb(168,94,156); }
td.TdClassName
{
border-color: #A85E9C;
}
.TagClassName
{
border-color: #A85E9C;
}
</style>