Shades of Violet Blue #A06592
Tints of Violet Blue #A06592
RGB
CMYK
RGB Variations
Color information
#A06592 (or 0xA06592) is known color: Violet Blue. HEX triplet: A0, 65 and 92. RGB value is (160,101,146). Sum of RGB (Red+Green+Blue) = 160+101+146=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06592 is #5F9A6D. Grayscale: #7B7B7B. Windows color (decimal): -6265454 or 9594272. OLE color: 9594272.
HSL color Cylindrical-coordinate representation of color #A06592: hue angle of 314.24º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06592 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 146 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.37 |
| HSL | 314.24º | 0.24% | 0.51% | - |
| HSV(B) | 314.24º | 0.37% | 0.63% | - |
| XYZ | 24.34 | 18.86 | 29.55 | - |
| YUV | 123.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 146 | 0 | 0.37 | 0.09 | 0.37 | 314.24 | 0.24 | 0.51 |
| Hex | A0 | 65 | 92 | 0 | 25 | 9 | 25 | 13A | 18 | 33 |
| Octal | 240 | 145 | 222 | 0 | 45 | 11 | 45 | 472 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10010010 | 0 | 100101 | 1001 | 100101 | 100111010 | 11000 | 110011 |
Color Harmonies of #A06592
Complementary color
Monochromatic Colors of #A06592
Black with #A06592
Text Example
Text Example
White with #A06592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06592; }
p { color: rgb(160,101,146); }
H1.HeaderClassName
{
color: #A06592;
}
.AnyTagClassName
{
color: #A06592;
}
</style>
background-color css
<style>
a { background-color: #A06592; }
a { background-color: rgb(160,101,146); }
div.DivClassName
{
background-color: #A06592;
}
.BgClassName
{
background-color: #A06592;
}
</style>
border-color css
<style>
span { border-color: #A06592; }
span { border-color: rgb(160,101,146); }
td.TdClassName
{
border-color: #A06592;
}
.TagClassName
{
border-color: #A06592;
}
</style>