Shades of Violet Blue #A85AAE
Tints of Violet Blue #A85AAE
RGB
CMYK
RGB Variations
Color information
#A85AAE (or 0xA85AAE) is known color: Violet Blue. HEX triplet: A8, 5A and AE. RGB value is (168,90,174). Sum of RGB (Red+Green+Blue) = 168+90+174=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #A85AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85AAE is #57A551. Grayscale: #7A7A7A. Windows color (decimal): -5743954 or 11426472. OLE color: 11426472.
HSL color Cylindrical-coordinate representation of color #A85AAE: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85AAE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 90 | 174 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.32 |
| HSL | 295.71º | 0.34% | 0.52% | - |
| HSV(B) | 295.71º | 0.48% | 0.68% | - |
| XYZ | 27.44 | 18.69 | 42.21 | - |
| YUV | 122.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 174 | 0.03 | 0.48 | 0 | 0.32 | 295.71 | 0.34 | 0.52 |
| Hex | A8 | 5A | AE | 3 | 30 | 0 | 20 | 128 | 22 | 34 |
| Octal | 250 | 132 | 256 | 3 | 60 | 0 | 40 | 450 | 42 | 64 |
| Binary | 10101000 | 1011010 | 10101110 | 11 | 110000 | 0 | 100000 | 100101000 | 100010 | 110100 |
Color Harmonies of #A85AAE
Complementary color
Monochromatic Colors of #A85AAE
Black with #A85AAE
Text Example
Text Example
White with #A85AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AAE; }
p { color: rgb(168,90,174); }
H1.HeaderClassName
{
color: #A85AAE;
}
.AnyTagClassName
{
color: #A85AAE;
}
</style>
background-color css
<style>
a { background-color: #A85AAE; }
a { background-color: rgb(168,90,174); }
div.DivClassName
{
background-color: #A85AAE;
}
.BgClassName
{
background-color: #A85AAE;
}
</style>
border-color css
<style>
span { border-color: #A85AAE; }
span { border-color: rgb(168,90,174); }
td.TdClassName
{
border-color: #A85AAE;
}
.TagClassName
{
border-color: #A85AAE;
}
</style>