Shades of Violet Blue #A0459A
Tints of Violet Blue #A0459A
RGB
CMYK
RGB Variations
Color information
#A0459A (or 0xA0459A) is known color: Violet Blue. HEX triplet: A0, 45 and 9A. RGB value is (160,69,154). Sum of RGB (Red+Green+Blue) = 160+69+154=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0459A is #5FBA65. Grayscale: #696969. Windows color (decimal): -6273638 or 10110368. OLE color: 10110368.
HSL color Cylindrical-coordinate representation of color #A0459A: hue angle of 303.96º 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 #A0459A is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 154 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.37 |
| HSL | 303.96º | 0.4% | 0.45% | - |
| HSV(B) | 303.96º | 0.57% | 0.63% | - |
| XYZ | 22.46 | 14.06 | 32.1 | - |
| YUV | 105.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 154 | 0 | 0.57 | 0.04 | 0.37 | 303.96 | 0.4 | 0.45 |
| Hex | A0 | 45 | 9A | 0 | 39 | 4 | 25 | 130 | 28 | 2D |
| Octal | 240 | 105 | 232 | 0 | 71 | 4 | 45 | 460 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10011010 | 0 | 111001 | 100 | 100101 | 100110000 | 101000 | 101101 |
Color Harmonies of #A0459A
Complementary color
Monochromatic Colors of #A0459A
Black with #A0459A
Text Example
Text Example
White with #A0459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0459A; }
p { color: rgb(160,69,154); }
H1.HeaderClassName
{
color: #A0459A;
}
.AnyTagClassName
{
color: #A0459A;
}
</style>
background-color css
<style>
a { background-color: #A0459A; }
a { background-color: rgb(160,69,154); }
div.DivClassName
{
background-color: #A0459A;
}
.BgClassName
{
background-color: #A0459A;
}
</style>
border-color css
<style>
span { border-color: #A0459A; }
span { border-color: rgb(160,69,154); }
td.TdClassName
{
border-color: #A0459A;
}
.TagClassName
{
border-color: #A0459A;
}
</style>