Shades of Violet Blue #A0649C
Tints of Violet Blue #A0649C
RGB
CMYK
RGB Variations
Color information
#A0649C (or 0xA0649C) is known color: Violet Blue. HEX triplet: A0, 64 and 9C. RGB value is (160,100,156). Sum of RGB (Red+Green+Blue) = 160+100+156=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0649C is #5F9B63. Grayscale: #7C7C7C. Windows color (decimal): -6265700 or 10249376. OLE color: 10249376.
HSL color Cylindrical-coordinate representation of color #A0649C: hue angle of 304º 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 #A0649C is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 156 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.37 |
| HSL | 304º | 0.24% | 0.51% | - |
| HSV(B) | 304º | 0.38% | 0.63% | - |
| XYZ | 25.06 | 18.99 | 33.8 | - |
| YUV | 124.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 156 | 0 | 0.38 | 0.02 | 0.37 | 304 | 0.24 | 0.51 |
| Hex | A0 | 64 | 9C | 0 | 26 | 2 | 25 | 130 | 18 | 33 |
| Octal | 240 | 144 | 234 | 0 | 46 | 2 | 45 | 460 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10011100 | 0 | 100110 | 10 | 100101 | 100110000 | 11000 | 110011 |
Color Harmonies of #A0649C
Complementary color
Monochromatic Colors of #A0649C
Black with #A0649C
Text Example
Text Example
White with #A0649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0649C; }
p { color: rgb(160,100,156); }
H1.HeaderClassName
{
color: #A0649C;
}
.AnyTagClassName
{
color: #A0649C;
}
</style>
background-color css
<style>
a { background-color: #A0649C; }
a { background-color: rgb(160,100,156); }
div.DivClassName
{
background-color: #A0649C;
}
.BgClassName
{
background-color: #A0649C;
}
</style>
border-color css
<style>
span { border-color: #A0649C; }
span { border-color: rgb(160,100,156); }
td.TdClassName
{
border-color: #A0649C;
}
.TagClassName
{
border-color: #A0649C;
}
</style>