Shades of Violet Blue #A0459D
Tints of Violet Blue #A0459D
RGB
CMYK
RGB Variations
Color information
#A0459D (or 0xA0459D) is known color: Violet Blue. HEX triplet: A0, 45 and 9D. RGB value is (160,69,157). Sum of RGB (Red+Green+Blue) = 160+69+157=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0459D is #5FBA62. Grayscale: #696969. Windows color (decimal): -6273635 or 10306976. OLE color: 10306976.
HSL color Cylindrical-coordinate representation of color #A0459D: hue angle of 301.98º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0459D is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 157 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.37 |
| HSL | 301.98º | 0.4% | 0.45% | - |
| HSV(B) | 301.98º | 0.57% | 0.63% | - |
| XYZ | 22.71 | 14.16 | 33.44 | - |
| YUV | 106.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 157 | 0 | 0.57 | 0.02 | 0.37 | 301.98 | 0.4 | 0.45 |
| Hex | A0 | 45 | 9D | 0 | 39 | 2 | 25 | 12E | 28 | 2D |
| Octal | 240 | 105 | 235 | 0 | 71 | 2 | 45 | 456 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10011101 | 0 | 111001 | 10 | 100101 | 100101110 | 101000 | 101101 |
Color Harmonies of #A0459D
Complementary color
Monochromatic Colors of #A0459D
Black with #A0459D
Text Example
Text Example
White with #A0459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0459D; }
p { color: rgb(160,69,157); }
H1.HeaderClassName
{
color: #A0459D;
}
.AnyTagClassName
{
color: #A0459D;
}
</style>
background-color css
<style>
a { background-color: #A0459D; }
a { background-color: rgb(160,69,157); }
div.DivClassName
{
background-color: #A0459D;
}
.BgClassName
{
background-color: #A0459D;
}
</style>
border-color css
<style>
span { border-color: #A0459D; }
span { border-color: rgb(160,69,157); }
td.TdClassName
{
border-color: #A0459D;
}
.TagClassName
{
border-color: #A0459D;
}
</style>