Shades of Violet Blue #A0468F
Tints of Violet Blue #A0468F
RGB
CMYK
RGB Variations
Color information
#A0468F (or 0xA0468F) is known color: Violet Blue. HEX triplet: A0, 46 and 8F. RGB value is (160,70,143). Sum of RGB (Red+Green+Blue) = 160+70+143=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0468F is #5FB970. Grayscale: #696969. Windows color (decimal): -6273393 or 9389728. OLE color: 9389728.
HSL color Cylindrical-coordinate representation of color #A0468F: hue angle of 311.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 #A0468F is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 143 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.37 |
| HSL | 311.33º | 0.39% | 0.45% | - |
| HSV(B) | 311.33º | 0.56% | 0.63% | - |
| XYZ | 21.65 | 13.84 | 27.52 | - |
| YUV | 105.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 143 | 0 | 0.56 | 0.11 | 0.37 | 311.33 | 0.39 | 0.45 |
| Hex | A0 | 46 | 8F | 0 | 38 | B | 25 | 137 | 27 | 2D |
| Octal | 240 | 106 | 217 | 0 | 70 | 13 | 45 | 467 | 47 | 55 |
| Binary | 10100000 | 1000110 | 10001111 | 0 | 111000 | 1011 | 100101 | 100110111 | 100111 | 101101 |
Color Harmonies of #A0468F
Complementary color
Monochromatic Colors of #A0468F
Black with #A0468F
Text Example
Text Example
White with #A0468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0468F; }
p { color: rgb(160,70,143); }
H1.HeaderClassName
{
color: #A0468F;
}
.AnyTagClassName
{
color: #A0468F;
}
</style>
background-color css
<style>
a { background-color: #A0468F; }
a { background-color: rgb(160,70,143); }
div.DivClassName
{
background-color: #A0468F;
}
.BgClassName
{
background-color: #A0468F;
}
</style>
border-color css
<style>
span { border-color: #A0468F; }
span { border-color: rgb(160,70,143); }
td.TdClassName
{
border-color: #A0468F;
}
.TagClassName
{
border-color: #A0468F;
}
</style>