Shades of Violet Blue #A14792
Tints of Violet Blue #A14792
RGB
CMYK
RGB Variations
Color information
#A14792 (or 0xA14792) is known color: Violet Blue. HEX triplet: A1, 47 and 92. RGB value is (161,71,146). Sum of RGB (Red+Green+Blue) = 161+71+146=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14792 is #5EB86D. Grayscale: #6A6A6A. Windows color (decimal): -6207598 or 9586593. OLE color: 9586593.
HSL color Cylindrical-coordinate representation of color #A14792: hue angle of 310º 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 #A14792 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 146 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.37 |
| HSL | 310º | 0.39% | 0.45% | - |
| HSV(B) | 310º | 0.56% | 0.63% | - |
| XYZ | 22.14 | 14.16 | 28.76 | - |
| YUV | 106.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 146 | 0 | 0.56 | 0.09 | 0.37 | 310 | 0.39 | 0.45 |
| Hex | A1 | 47 | 92 | 0 | 38 | 9 | 25 | 136 | 27 | 2D |
| Octal | 241 | 107 | 222 | 0 | 70 | 11 | 45 | 466 | 47 | 55 |
| Binary | 10100001 | 1000111 | 10010010 | 0 | 111000 | 1001 | 100101 | 100110110 | 100111 | 101101 |
Color Harmonies of #A14792
Complementary color
Monochromatic Colors of #A14792
Black with #A14792
Text Example
Text Example
White with #A14792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14792; }
p { color: rgb(161,71,146); }
H1.HeaderClassName
{
color: #A14792;
}
.AnyTagClassName
{
color: #A14792;
}
</style>
background-color css
<style>
a { background-color: #A14792; }
a { background-color: rgb(161,71,146); }
div.DivClassName
{
background-color: #A14792;
}
.BgClassName
{
background-color: #A14792;
}
</style>
border-color css
<style>
span { border-color: #A14792; }
span { border-color: rgb(161,71,146); }
td.TdClassName
{
border-color: #A14792;
}
.TagClassName
{
border-color: #A14792;
}
</style>