Shades of Violet Blue #A06499
Tints of Violet Blue #A06499
RGB
CMYK
RGB Variations
Color information
#A06499 (or 0xA06499) is known color: Violet Blue. HEX triplet: A0, 64 and 99. RGB value is (160,100,153). Sum of RGB (Red+Green+Blue) = 160+100+153=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A06499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06499 is #5F9B66. Grayscale: #7B7B7B. Windows color (decimal): -6265703 or 10052768. OLE color: 10052768.
HSL color Cylindrical-coordinate representation of color #A06499: hue angle of 307º 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 #A06499 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 153 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.37 |
| HSL | 307º | 0.24% | 0.51% | - |
| HSV(B) | 307º | 0.38% | 0.63% | - |
| XYZ | 24.8 | 18.89 | 32.48 | - |
| YUV | 123.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 153 | 0 | 0.38 | 0.04 | 0.37 | 307 | 0.24 | 0.51 |
| Hex | A0 | 64 | 99 | 0 | 26 | 4 | 25 | 133 | 18 | 33 |
| Octal | 240 | 144 | 231 | 0 | 46 | 4 | 45 | 463 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10011001 | 0 | 100110 | 100 | 100101 | 100110011 | 11000 | 110011 |
Color Harmonies of #A06499
Complementary color
Monochromatic Colors of #A06499
Black with #A06499
Text Example
Text Example
White with #A06499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06499; }
p { color: rgb(160,100,153); }
H1.HeaderClassName
{
color: #A06499;
}
.AnyTagClassName
{
color: #A06499;
}
</style>
background-color css
<style>
a { background-color: #A06499; }
a { background-color: rgb(160,100,153); }
div.DivClassName
{
background-color: #A06499;
}
.BgClassName
{
background-color: #A06499;
}
</style>
border-color css
<style>
span { border-color: #A06499; }
span { border-color: rgb(160,100,153); }
td.TdClassName
{
border-color: #A06499;
}
.TagClassName
{
border-color: #A06499;
}
</style>