Shades of Violet Blue #A0659C
Tints of Violet Blue #A0659C
RGB
CMYK
RGB Variations
Color information
#A0659C (or 0xA0659C) is known color: Violet Blue. HEX triplet: A0, 65 and 9C. RGB value is (160,101,156). Sum of RGB (Red+Green+Blue) = 160+101+156=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0659C is #5F9A63. Grayscale: #7C7C7C. Windows color (decimal): -6265444 or 10249632. OLE color: 10249632.
HSL color Cylindrical-coordinate representation of color #A0659C: hue angle of 304.07º 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 #A0659C is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 156 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.37 |
| HSL | 304.07º | 0.24% | 0.51% | - |
| HSV(B) | 304.07º | 0.37% | 0.63% | - |
| XYZ | 25.15 | 19.18 | 33.83 | - |
| YUV | 124.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 156 | 0 | 0.37 | 0.02 | 0.37 | 304.07 | 0.24 | 0.51 |
| Hex | A0 | 65 | 9C | 0 | 25 | 2 | 25 | 130 | 18 | 33 |
| Octal | 240 | 145 | 234 | 0 | 45 | 2 | 45 | 460 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10011100 | 0 | 100101 | 10 | 100101 | 100110000 | 11000 | 110011 |
Color Harmonies of #A0659C
Complementary color
Monochromatic Colors of #A0659C
Black with #A0659C
Text Example
Text Example
White with #A0659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0659C; }
p { color: rgb(160,101,156); }
H1.HeaderClassName
{
color: #A0659C;
}
.AnyTagClassName
{
color: #A0659C;
}
</style>
background-color css
<style>
a { background-color: #A0659C; }
a { background-color: rgb(160,101,156); }
div.DivClassName
{
background-color: #A0659C;
}
.BgClassName
{
background-color: #A0659C;
}
</style>
border-color css
<style>
span { border-color: #A0659C; }
span { border-color: rgb(160,101,156); }
td.TdClassName
{
border-color: #A0659C;
}
.TagClassName
{
border-color: #A0659C;
}
</style>