Shades of Violet Blue #A8659A
Tints of Violet Blue #A8659A
RGB
CMYK
RGB Variations
Color information
#A8659A (or 0xA8659A) is known color: Violet Blue. HEX triplet: A8, 65 and 9A. RGB value is (168,101,154). Sum of RGB (Red+Green+Blue) = 168+101+154=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8659A is #579A65. Grayscale: #7E7E7E. Windows color (decimal): -5741158 or 10118568. OLE color: 10118568.
HSL color Cylindrical-coordinate representation of color #A8659A: hue angle of 312.54º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8659A is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 154 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.34 |
| HSL | 312.54º | 0.28% | 0.53% | - |
| HSV(B) | 312.54º | 0.4% | 0.66% | - |
| XYZ | 26.63 | 19.97 | 33.02 | - |
| YUV | 127.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 154 | 0 | 0.40 | 0.08 | 0.34 | 312.54 | 0.28 | 0.53 |
| Hex | A8 | 65 | 9A | 0 | 28 | 8 | 22 | 139 | 1C | 35 |
| Octal | 250 | 145 | 232 | 0 | 50 | 10 | 42 | 471 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10011010 | 0 | 101000 | 1000 | 100010 | 100111001 | 11100 | 110101 |
Color Harmonies of #A8659A
Complementary color
Monochromatic Colors of #A8659A
Black with #A8659A
Text Example
Text Example
White with #A8659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8659A; }
p { color: rgb(168,101,154); }
H1.HeaderClassName
{
color: #A8659A;
}
.AnyTagClassName
{
color: #A8659A;
}
</style>
background-color css
<style>
a { background-color: #A8659A; }
a { background-color: rgb(168,101,154); }
div.DivClassName
{
background-color: #A8659A;
}
.BgClassName
{
background-color: #A8659A;
}
</style>
border-color css
<style>
span { border-color: #A8659A; }
span { border-color: rgb(168,101,154); }
td.TdClassName
{
border-color: #A8659A;
}
.TagClassName
{
border-color: #A8659A;
}
</style>