Shades of Violet Blue #A859AE
Tints of Violet Blue #A859AE
RGB
CMYK
RGB Variations
Color information
#A859AE (or 0xA859AE) is known color: Violet Blue. HEX triplet: A8, 59 and AE. RGB value is (168,89,174). Sum of RGB (Red+Green+Blue) = 168+89+174=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A859AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A859AE is #57A651. Grayscale: #7A7A7A. Windows color (decimal): -5744210 or 11426216. OLE color: 11426216.
HSL color Cylindrical-coordinate representation of color #A859AE: hue angle of 295.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A859AE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 89 | 174 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.32 |
| HSL | 295.76º | 0.34% | 0.52% | - |
| HSV(B) | 295.76º | 0.49% | 0.68% | - |
| XYZ | 27.36 | 18.53 | 42.18 | - |
| YUV | 122.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 174 | 0.03 | 0.49 | 0 | 0.32 | 295.76 | 0.34 | 0.52 |
| Hex | A8 | 59 | AE | 3 | 31 | 0 | 20 | 128 | 22 | 34 |
| Octal | 250 | 131 | 256 | 3 | 61 | 0 | 40 | 450 | 42 | 64 |
| Binary | 10101000 | 1011001 | 10101110 | 11 | 110001 | 0 | 100000 | 100101000 | 100010 | 110100 |
Color Harmonies of #A859AE
Complementary color
Monochromatic Colors of #A859AE
Black with #A859AE
Text Example
Text Example
White with #A859AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859AE; }
p { color: rgb(168,89,174); }
H1.HeaderClassName
{
color: #A859AE;
}
.AnyTagClassName
{
color: #A859AE;
}
</style>
background-color css
<style>
a { background-color: #A859AE; }
a { background-color: rgb(168,89,174); }
div.DivClassName
{
background-color: #A859AE;
}
.BgClassName
{
background-color: #A859AE;
}
</style>
border-color css
<style>
span { border-color: #A859AE; }
span { border-color: rgb(168,89,174); }
td.TdClassName
{
border-color: #A859AE;
}
.TagClassName
{
border-color: #A859AE;
}
</style>