Shades of Violet Blue #A8649A
Tints of Violet Blue #A8649A
RGB
CMYK
RGB Variations
Color information
#A8649A (or 0xA8649A) is known color: Violet Blue. HEX triplet: A8, 64 and 9A. RGB value is (168,100,154). Sum of RGB (Red+Green+Blue) = 168+100+154=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8649A is #579B65. Grayscale: #7E7E7E. Windows color (decimal): -5741414 or 10118312. OLE color: 10118312.
HSL color Cylindrical-coordinate representation of color #A8649A: hue angle of 312.35º 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 #A8649A is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 154 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.34 |
| HSL | 312.35º | 0.28% | 0.53% | - |
| HSV(B) | 312.35º | 0.4% | 0.66% | - |
| XYZ | 26.54 | 19.77 | 32.99 | - |
| YUV | 126.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 154 | 0 | 0.40 | 0.08 | 0.34 | 312.35 | 0.28 | 0.53 |
| Hex | A8 | 64 | 9A | 0 | 28 | 8 | 22 | 138 | 1C | 35 |
| Octal | 250 | 144 | 232 | 0 | 50 | 10 | 42 | 470 | 34 | 65 |
| Binary | 10101000 | 1100100 | 10011010 | 0 | 101000 | 1000 | 100010 | 100111000 | 11100 | 110101 |
Color Harmonies of #A8649A
Complementary color
Monochromatic Colors of #A8649A
Black with #A8649A
Text Example
Text Example
White with #A8649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8649A; }
p { color: rgb(168,100,154); }
H1.HeaderClassName
{
color: #A8649A;
}
.AnyTagClassName
{
color: #A8649A;
}
</style>
background-color css
<style>
a { background-color: #A8649A; }
a { background-color: rgb(168,100,154); }
div.DivClassName
{
background-color: #A8649A;
}
.BgClassName
{
background-color: #A8649A;
}
</style>
border-color css
<style>
span { border-color: #A8649A; }
span { border-color: rgb(168,100,154); }
td.TdClassName
{
border-color: #A8649A;
}
.TagClassName
{
border-color: #A8649A;
}
</style>