Shades of Violet Blue #A0629B
Tints of Violet Blue #A0629B
RGB
CMYK
RGB Variations
Color information
#A0629B (or 0xA0629B) is known color: Violet Blue. HEX triplet: A0, 62 and 9B. RGB value is (160,98,155). Sum of RGB (Red+Green+Blue) = 160+98+155=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A0629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0629B is #5F9D64. Grayscale: #7A7A7A. Windows color (decimal): -6266213 or 10183328. OLE color: 10183328.
HSL color Cylindrical-coordinate representation of color #A0629B: hue angle of 304.84º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0629B is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 155 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.37 |
| HSL | 304.84º | 0.25% | 0.51% | - |
| HSV(B) | 304.84º | 0.39% | 0.63% | - |
| XYZ | 24.78 | 18.58 | 33.29 | - |
| YUV | 123.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 155 | 0 | 0.39 | 0.03 | 0.37 | 304.84 | 0.25 | 0.51 |
| Hex | A0 | 62 | 9B | 0 | 27 | 3 | 25 | 131 | 19 | 33 |
| Octal | 240 | 142 | 233 | 0 | 47 | 3 | 45 | 461 | 31 | 63 |
| Binary | 10100000 | 1100010 | 10011011 | 0 | 100111 | 11 | 100101 | 100110001 | 11001 | 110011 |
Color Harmonies of #A0629B
Complementary color
Monochromatic Colors of #A0629B
Black with #A0629B
Text Example
Text Example
White with #A0629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0629B; }
p { color: rgb(160,98,155); }
H1.HeaderClassName
{
color: #A0629B;
}
.AnyTagClassName
{
color: #A0629B;
}
</style>
background-color css
<style>
a { background-color: #A0629B; }
a { background-color: rgb(160,98,155); }
div.DivClassName
{
background-color: #A0629B;
}
.BgClassName
{
background-color: #A0629B;
}
</style>
border-color css
<style>
span { border-color: #A0629B; }
span { border-color: rgb(160,98,155); }
td.TdClassName
{
border-color: #A0629B;
}
.TagClassName
{
border-color: #A0629B;
}
</style>