Shades of Violet Blue #A0469B
Tints of Violet Blue #A0469B
RGB
CMYK
RGB Variations
Color information
#A0469B (or 0xA0469B) is known color: Violet Blue. HEX triplet: A0, 46 and 9B. RGB value is (160,70,155). Sum of RGB (Red+Green+Blue) = 160+70+155=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0469B is #5FB964. Grayscale: #6A6A6A. Windows color (decimal): -6273381 or 10176160. OLE color: 10176160.
HSL color Cylindrical-coordinate representation of color #A0469B: hue angle of 303.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0469B is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 155 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.37 |
| HSL | 303.33º | 0.39% | 0.45% | - |
| HSV(B) | 303.33º | 0.56% | 0.63% | - |
| XYZ | 22.6 | 14.22 | 32.56 | - |
| YUV | 106.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 155 | 0 | 0.56 | 0.03 | 0.37 | 303.33 | 0.39 | 0.45 |
| Hex | A0 | 46 | 9B | 0 | 38 | 3 | 25 | 12F | 27 | 2D |
| Octal | 240 | 106 | 233 | 0 | 70 | 3 | 45 | 457 | 47 | 55 |
| Binary | 10100000 | 1000110 | 10011011 | 0 | 111000 | 11 | 100101 | 100101111 | 100111 | 101101 |
Color Harmonies of #A0469B
Complementary color
Monochromatic Colors of #A0469B
Black with #A0469B
Text Example
Text Example
White with #A0469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0469B; }
p { color: rgb(160,70,155); }
H1.HeaderClassName
{
color: #A0469B;
}
.AnyTagClassName
{
color: #A0469B;
}
</style>
background-color css
<style>
a { background-color: #A0469B; }
a { background-color: rgb(160,70,155); }
div.DivClassName
{
background-color: #A0469B;
}
.BgClassName
{
background-color: #A0469B;
}
</style>
border-color css
<style>
span { border-color: #A0469B; }
span { border-color: rgb(160,70,155); }
td.TdClassName
{
border-color: #A0469B;
}
.TagClassName
{
border-color: #A0469B;
}
</style>