Shades of Violet Blue #A146A7
Tints of Violet Blue #A146A7
RGB
CMYK
RGB Variations
Color information
#A146A7 (or 0xA146A7) is known color: Violet Blue. HEX triplet: A1, 46 and A7. RGB value is (161,70,167). Sum of RGB (Red+Green+Blue) = 161+70+167=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #A146A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A146A7 is #5EB958. Grayscale: #6B6B6B. Windows color (decimal): -6207833 or 10962593. OLE color: 10962593.
HSL color Cylindrical-coordinate representation of color #A146A7: hue angle of 296.29º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A146A7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 70 | 167 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.35 |
| HSL | 296.29º | 0.41% | 0.46% | - |
| HSV(B) | 296.29º | 0.58% | 0.65% | - |
| XYZ | 23.86 | 14.75 | 38.15 | - |
| YUV | 108.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 167 | 0.04 | 0.58 | 0 | 0.35 | 296.29 | 0.41 | 0.46 |
| Hex | A1 | 46 | A7 | 4 | 3A | 0 | 23 | 128 | 29 | 2E |
| Octal | 241 | 106 | 247 | 4 | 72 | 0 | 43 | 450 | 51 | 56 |
| Binary | 10100001 | 1000110 | 10100111 | 100 | 111010 | 0 | 100011 | 100101000 | 101001 | 101110 |
Color Harmonies of #A146A7
Complementary color
Monochromatic Colors of #A146A7
Black with #A146A7
Text Example
Text Example
White with #A146A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146A7; }
p { color: rgb(161,70,167); }
H1.HeaderClassName
{
color: #A146A7;
}
.AnyTagClassName
{
color: #A146A7;
}
</style>
background-color css
<style>
a { background-color: #A146A7; }
a { background-color: rgb(161,70,167); }
div.DivClassName
{
background-color: #A146A7;
}
.BgClassName
{
background-color: #A146A7;
}
</style>
border-color css
<style>
span { border-color: #A146A7; }
span { border-color: rgb(161,70,167); }
td.TdClassName
{
border-color: #A146A7;
}
.TagClassName
{
border-color: #A146A7;
}
</style>