Shades of Violet Blue #A8649E
Tints of Violet Blue #A8649E
RGB
CMYK
RGB Variations
Color information
#A8649E (or 0xA8649E) is known color: Violet Blue. HEX triplet: A8, 64 and 9E. RGB value is (168,100,158). Sum of RGB (Red+Green+Blue) = 168+100+158=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8649E is #579B61. Grayscale: #7E7E7E. Windows color (decimal): -5741410 or 10380456. OLE color: 10380456.
HSL color Cylindrical-coordinate representation of color #A8649E: hue angle of 308.82º 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 #A8649E is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 158 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.34 |
| HSL | 308.82º | 0.28% | 0.53% | - |
| HSV(B) | 308.82º | 0.4% | 0.66% | - |
| XYZ | 26.88 | 19.91 | 34.77 | - |
| YUV | 126.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 158 | 0 | 0.40 | 0.06 | 0.34 | 308.82 | 0.28 | 0.53 |
| Hex | A8 | 64 | 9E | 0 | 28 | 6 | 22 | 135 | 1C | 35 |
| Octal | 250 | 144 | 236 | 0 | 50 | 6 | 42 | 465 | 34 | 65 |
| Binary | 10101000 | 1100100 | 10011110 | 0 | 101000 | 110 | 100010 | 100110101 | 11100 | 110101 |
Color Harmonies of #A8649E
Complementary color
Monochromatic Colors of #A8649E
Black with #A8649E
Text Example
Text Example
White with #A8649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8649E; }
p { color: rgb(168,100,158); }
H1.HeaderClassName
{
color: #A8649E;
}
.AnyTagClassName
{
color: #A8649E;
}
</style>
background-color css
<style>
a { background-color: #A8649E; }
a { background-color: rgb(168,100,158); }
div.DivClassName
{
background-color: #A8649E;
}
.BgClassName
{
background-color: #A8649E;
}
</style>
border-color css
<style>
span { border-color: #A8649E; }
span { border-color: rgb(168,100,158); }
td.TdClassName
{
border-color: #A8649E;
}
.TagClassName
{
border-color: #A8649E;
}
</style>