Shades of Violet Blue #A0659B
Tints of Violet Blue #A0659B
RGB
CMYK
RGB Variations
Color information
#A0659B (or 0xA0659B) is known color: Violet Blue. HEX triplet: A0, 65 and 9B. RGB value is (160,101,155). Sum of RGB (Red+Green+Blue) = 160+101+155=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0659B is #5F9A64. Grayscale: #7C7C7C. Windows color (decimal): -6265445 or 10184096. OLE color: 10184096.
HSL color Cylindrical-coordinate representation of color #A0659B: hue angle of 305.08º 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 #A0659B is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 155 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.37 |
| HSL | 305.08º | 0.24% | 0.51% | - |
| HSV(B) | 305.08º | 0.37% | 0.63% | - |
| XYZ | 25.07 | 19.15 | 33.39 | - |
| YUV | 124.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 155 | 0 | 0.37 | 0.03 | 0.37 | 305.08 | 0.24 | 0.51 |
| Hex | A0 | 65 | 9B | 0 | 25 | 3 | 25 | 131 | 18 | 33 |
| Octal | 240 | 145 | 233 | 0 | 45 | 3 | 45 | 461 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10011011 | 0 | 100101 | 11 | 100101 | 100110001 | 11000 | 110011 |
Color Harmonies of #A0659B
Complementary color
Monochromatic Colors of #A0659B
Black with #A0659B
Text Example
Text Example
White with #A0659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0659B; }
p { color: rgb(160,101,155); }
H1.HeaderClassName
{
color: #A0659B;
}
.AnyTagClassName
{
color: #A0659B;
}
</style>
background-color css
<style>
a { background-color: #A0659B; }
a { background-color: rgb(160,101,155); }
div.DivClassName
{
background-color: #A0659B;
}
.BgClassName
{
background-color: #A0659B;
}
</style>
border-color css
<style>
span { border-color: #A0659B; }
span { border-color: rgb(160,101,155); }
td.TdClassName
{
border-color: #A0659B;
}
.TagClassName
{
border-color: #A0659B;
}
</style>