Shades of Violet Blue #A0649E
Tints of Violet Blue #A0649E
RGB
CMYK
RGB Variations
Color information
#A0649E (or 0xA0649E) is known color: Violet Blue. HEX triplet: A0, 64 and 9E. RGB value is (160,100,158). Sum of RGB (Red+Green+Blue) = 160+100+158=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0649E is #5F9B61. Grayscale: #7C7C7C. Windows color (decimal): -6265698 or 10380448. OLE color: 10380448.
HSL color Cylindrical-coordinate representation of color #A0649E: hue angle of 302º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0649E is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 158 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.37 |
| HSL | 302º | 0.24% | 0.51% | - |
| HSV(B) | 302º | 0.38% | 0.63% | - |
| XYZ | 25.23 | 19.06 | 34.7 | - |
| YUV | 124.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 158 | 0 | 0.38 | 0.01 | 0.37 | 302 | 0.24 | 0.51 |
| Hex | A0 | 64 | 9E | 0 | 26 | 1 | 25 | 12E | 18 | 33 |
| Octal | 240 | 144 | 236 | 0 | 46 | 1 | 45 | 456 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10011110 | 0 | 100110 | 1 | 100101 | 100101110 | 11000 | 110011 |
Color Harmonies of #A0649E
Complementary color
Monochromatic Colors of #A0649E
Black with #A0649E
Text Example
Text Example
White with #A0649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0649E; }
p { color: rgb(160,100,158); }
H1.HeaderClassName
{
color: #A0649E;
}
.AnyTagClassName
{
color: #A0649E;
}
</style>
background-color css
<style>
a { background-color: #A0649E; }
a { background-color: rgb(160,100,158); }
div.DivClassName
{
background-color: #A0649E;
}
.BgClassName
{
background-color: #A0649E;
}
</style>
border-color css
<style>
span { border-color: #A0649E; }
span { border-color: rgb(160,100,158); }
td.TdClassName
{
border-color: #A0649E;
}
.TagClassName
{
border-color: #A0649E;
}
</style>