Shades of Violet Blue #A0468E
Tints of Violet Blue #A0468E
RGB
CMYK
RGB Variations
Color information
#A0468E (or 0xA0468E) is known color: Violet Blue. HEX triplet: A0, 46 and 8E. RGB value is (160,70,142). Sum of RGB (Red+Green+Blue) = 160+70+142=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0468E is #5FB971. Grayscale: #686868. Windows color (decimal): -6273394 or 9324192. OLE color: 9324192.
HSL color Cylindrical-coordinate representation of color #A0468E: hue angle of 312º 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 #A0468E is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 142 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.37 |
| HSL | 312º | 0.39% | 0.45% | - |
| HSV(B) | 312º | 0.56% | 0.63% | - |
| XYZ | 21.57 | 13.81 | 27.12 | - |
| YUV | 105.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 142 | 0 | 0.56 | 0.11 | 0.37 | 312 | 0.39 | 0.45 |
| Hex | A0 | 46 | 8E | 0 | 38 | B | 25 | 138 | 27 | 2D |
| Octal | 240 | 106 | 216 | 0 | 70 | 13 | 45 | 470 | 47 | 55 |
| Binary | 10100000 | 1000110 | 10001110 | 0 | 111000 | 1011 | 100101 | 100111000 | 100111 | 101101 |
Color Harmonies of #A0468E
Complementary color
Monochromatic Colors of #A0468E
Black with #A0468E
Text Example
Text Example
White with #A0468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0468E; }
p { color: rgb(160,70,142); }
H1.HeaderClassName
{
color: #A0468E;
}
.AnyTagClassName
{
color: #A0468E;
}
</style>
background-color css
<style>
a { background-color: #A0468E; }
a { background-color: rgb(160,70,142); }
div.DivClassName
{
background-color: #A0468E;
}
.BgClassName
{
background-color: #A0468E;
}
</style>
border-color css
<style>
span { border-color: #A0468E; }
span { border-color: rgb(160,70,142); }
td.TdClassName
{
border-color: #A0468E;
}
.TagClassName
{
border-color: #A0468E;
}
</style>