Shades of Violet Blue #A0629C
Tints of Violet Blue #A0629C
RGB
CMYK
RGB Variations
Color information
#A0629C (or 0xA0629C) is known color: Violet Blue. HEX triplet: A0, 62 and 9C. RGB value is (160,98,156). Sum of RGB (Red+Green+Blue) = 160+98+156=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0629C is #5F9D63. Grayscale: #7A7A7A. Windows color (decimal): -6266212 or 10248864. OLE color: 10248864.
HSL color Cylindrical-coordinate representation of color #A0629C: hue angle of 303.87º 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 #A0629C is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 156 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.37 |
| HSL | 303.87º | 0.25% | 0.51% | - |
| HSV(B) | 303.87º | 0.39% | 0.63% | - |
| XYZ | 24.87 | 18.61 | 33.73 | - |
| YUV | 123.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 156 | 0 | 0.39 | 0.02 | 0.37 | 303.87 | 0.25 | 0.51 |
| Hex | A0 | 62 | 9C | 0 | 27 | 2 | 25 | 130 | 19 | 33 |
| Octal | 240 | 142 | 234 | 0 | 47 | 2 | 45 | 460 | 31 | 63 |
| Binary | 10100000 | 1100010 | 10011100 | 0 | 100111 | 10 | 100101 | 100110000 | 11001 | 110011 |
Color Harmonies of #A0629C
Complementary color
Monochromatic Colors of #A0629C
Black with #A0629C
Text Example
Text Example
White with #A0629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0629C; }
p { color: rgb(160,98,156); }
H1.HeaderClassName
{
color: #A0629C;
}
.AnyTagClassName
{
color: #A0629C;
}
</style>
background-color css
<style>
a { background-color: #A0629C; }
a { background-color: rgb(160,98,156); }
div.DivClassName
{
background-color: #A0629C;
}
.BgClassName
{
background-color: #A0629C;
}
</style>
border-color css
<style>
span { border-color: #A0629C; }
span { border-color: rgb(160,98,156); }
td.TdClassName
{
border-color: #A0629C;
}
.TagClassName
{
border-color: #A0629C;
}
</style>