Shades of Violet Blue #A85B9D
Tints of Violet Blue #A85B9D
RGB
CMYK
RGB Variations
Color information
#A85B9D (or 0xA85B9D) is known color: Violet Blue. HEX triplet: A8, 5B and 9D. RGB value is (168,91,157). Sum of RGB (Red+Green+Blue) = 168+91+157=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B9D is #57A462. Grayscale: #797979. Windows color (decimal): -5743715 or 10312616. OLE color: 10312616.
HSL color Cylindrical-coordinate representation of color #A85B9D: hue angle of 308.57º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85B9D is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 157 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.34 |
| HSL | 308.57º | 0.31% | 0.51% | - |
| HSV(B) | 308.57º | 0.46% | 0.66% | - |
| XYZ | 25.98 | 18.24 | 34.05 | - |
| YUV | 121.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 157 | 0 | 0.46 | 0.07 | 0.34 | 308.57 | 0.31 | 0.51 |
| Hex | A8 | 5B | 9D | 0 | 2E | 7 | 22 | 135 | 1F | 33 |
| Octal | 250 | 133 | 235 | 0 | 56 | 7 | 42 | 465 | 37 | 63 |
| Binary | 10101000 | 1011011 | 10011101 | 0 | 101110 | 111 | 100010 | 100110101 | 11111 | 110011 |
Color Harmonies of #A85B9D
Complementary color
Monochromatic Colors of #A85B9D
Black with #A85B9D
Text Example
Text Example
White with #A85B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B9D; }
p { color: rgb(168,91,157); }
H1.HeaderClassName
{
color: #A85B9D;
}
.AnyTagClassName
{
color: #A85B9D;
}
</style>
background-color css
<style>
a { background-color: #A85B9D; }
a { background-color: rgb(168,91,157); }
div.DivClassName
{
background-color: #A85B9D;
}
.BgClassName
{
background-color: #A85B9D;
}
</style>
border-color css
<style>
span { border-color: #A85B9D; }
span { border-color: rgb(168,91,157); }
td.TdClassName
{
border-color: #A85B9D;
}
.TagClassName
{
border-color: #A85B9D;
}
</style>