Shades of Violet Blue #A0649D
Tints of Violet Blue #A0649D
RGB
CMYK
RGB Variations
Color information
#A0649D (or 0xA0649D) is known color: Violet Blue. HEX triplet: A0, 64 and 9D. RGB value is (160,100,157). Sum of RGB (Red+Green+Blue) = 160+100+157=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0649D is #5F9B62. Grayscale: #7C7C7C. Windows color (decimal): -6265699 or 10314912. OLE color: 10314912.
HSL color Cylindrical-coordinate representation of color #A0649D: hue angle of 303º 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 #A0649D is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 157 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.37 |
| HSL | 303º | 0.24% | 0.51% | - |
| HSV(B) | 303º | 0.38% | 0.63% | - |
| XYZ | 25.14 | 19.02 | 34.24 | - |
| YUV | 124.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 157 | 0 | 0.38 | 0.02 | 0.37 | 303 | 0.24 | 0.51 |
| Hex | A0 | 64 | 9D | 0 | 26 | 2 | 25 | 12F | 18 | 33 |
| Octal | 240 | 144 | 235 | 0 | 46 | 2 | 45 | 457 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10011101 | 0 | 100110 | 10 | 100101 | 100101111 | 11000 | 110011 |
Color Harmonies of #A0649D
Complementary color
Monochromatic Colors of #A0649D
Black with #A0649D
Text Example
Text Example
White with #A0649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0649D; }
p { color: rgb(160,100,157); }
H1.HeaderClassName
{
color: #A0649D;
}
.AnyTagClassName
{
color: #A0649D;
}
</style>
background-color css
<style>
a { background-color: #A0649D; }
a { background-color: rgb(160,100,157); }
div.DivClassName
{
background-color: #A0649D;
}
.BgClassName
{
background-color: #A0649D;
}
</style>
border-color css
<style>
span { border-color: #A0649D; }
span { border-color: rgb(160,100,157); }
td.TdClassName
{
border-color: #A0649D;
}
.TagClassName
{
border-color: #A0649D;
}
</style>