Shades of Violet Blue #A0619F
Tints of Violet Blue #A0619F
RGB
CMYK
RGB Variations
Color information
#A0619F (or 0xA0619F) is known color: Violet Blue. HEX triplet: A0, 61 and 9F. RGB value is (160,97,159). Sum of RGB (Red+Green+Blue) = 160+97+159=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0619F is #5F9E60. Grayscale: #7A7A7A. Windows color (decimal): -6266465 or 10445216. OLE color: 10445216.
HSL color Cylindrical-coordinate representation of color #A0619F: hue angle of 300.95º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0619F is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 159 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.37 |
| HSL | 300.95º | 0.25% | 0.5% | - |
| HSV(B) | 300.95º | 0.39% | 0.63% | - |
| XYZ | 25.03 | 18.53 | 35.06 | - |
| YUV | 122.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 159 | 0 | 0.39 | 0.01 | 0.37 | 300.95 | 0.25 | 0.5 |
| Hex | A0 | 61 | 9F | 0 | 27 | 1 | 25 | 12D | 19 | 32 |
| Octal | 240 | 141 | 237 | 0 | 47 | 1 | 45 | 455 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10011111 | 0 | 100111 | 1 | 100101 | 100101101 | 11001 | 110010 |
Color Harmonies of #A0619F
Complementary color
Monochromatic Colors of #A0619F
Black with #A0619F
Text Example
Text Example
White with #A0619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0619F; }
p { color: rgb(160,97,159); }
H1.HeaderClassName
{
color: #A0619F;
}
.AnyTagClassName
{
color: #A0619F;
}
</style>
background-color css
<style>
a { background-color: #A0619F; }
a { background-color: rgb(160,97,159); }
div.DivClassName
{
background-color: #A0619F;
}
.BgClassName
{
background-color: #A0619F;
}
</style>
border-color css
<style>
span { border-color: #A0619F; }
span { border-color: rgb(160,97,159); }
td.TdClassName
{
border-color: #A0619F;
}
.TagClassName
{
border-color: #A0619F;
}
</style>