Shades of Violet Blue #A85BAA
Tints of Violet Blue #A85BAA
RGB
CMYK
RGB Variations
Color information
#A85BAA (or 0xA85BAA) is known color: Violet Blue. HEX triplet: A8, 5B and AA. RGB value is (168,91,170). Sum of RGB (Red+Green+Blue) = 168+91+170=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A85BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85BAA is #57A455. Grayscale: #7A7A7A. Windows color (decimal): -5743702 or 11164584. OLE color: 11164584.
HSL color Cylindrical-coordinate representation of color #A85BAA: hue angle of 298.48º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85BAA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 91 | 170 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.33 |
| HSL | 298.48º | 0.32% | 0.51% | - |
| HSV(B) | 298.48º | 0.46% | 0.67% | - |
| XYZ | 27.15 | 18.71 | 40.21 | - |
| YUV | 123.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 170 | 0.01 | 0.46 | 0 | 0.33 | 298.48 | 0.32 | 0.51 |
| Hex | A8 | 5B | AA | 1 | 2E | 0 | 21 | 12A | 20 | 33 |
| Octal | 250 | 133 | 252 | 1 | 56 | 0 | 41 | 452 | 40 | 63 |
| Binary | 10101000 | 1011011 | 10101010 | 1 | 101110 | 0 | 100001 | 100101010 | 100000 | 110011 |
Color Harmonies of #A85BAA
Complementary color
Monochromatic Colors of #A85BAA
Black with #A85BAA
Text Example
Text Example
White with #A85BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BAA; }
p { color: rgb(168,91,170); }
H1.HeaderClassName
{
color: #A85BAA;
}
.AnyTagClassName
{
color: #A85BAA;
}
</style>
background-color css
<style>
a { background-color: #A85BAA; }
a { background-color: rgb(168,91,170); }
div.DivClassName
{
background-color: #A85BAA;
}
.BgClassName
{
background-color: #A85BAA;
}
</style>
border-color css
<style>
span { border-color: #A85BAA; }
span { border-color: rgb(168,91,170); }
td.TdClassName
{
border-color: #A85BAA;
}
.TagClassName
{
border-color: #A85BAA;
}
</style>