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