Shades of Violet Blue #A84D94
Tints of Violet Blue #A84D94
RGB
CMYK
RGB Variations
Color information
#A84D94 (or 0xA84D94) is known color: Violet Blue. HEX triplet: A8, 4D and 94. RGB value is (168,77,148). Sum of RGB (Red+Green+Blue) = 168+77+148=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84D94 is #57B26B. Grayscale: #707070. Windows color (decimal): -5747308 or 9719208. OLE color: 9719208.
HSL color Cylindrical-coordinate representation of color #A84D94: hue angle of 313.19º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84D94 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 148 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.34 |
| HSL | 313.19º | 0.37% | 0.48% | - |
| HSV(B) | 313.19º | 0.54% | 0.66% | - |
| XYZ | 24.15 | 15.77 | 29.79 | - |
| YUV | 112.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 148 | 0 | 0.54 | 0.12 | 0.34 | 313.19 | 0.37 | 0.48 |
| Hex | A8 | 4D | 94 | 0 | 36 | C | 22 | 139 | 25 | 30 |
| Octal | 250 | 115 | 224 | 0 | 66 | 14 | 42 | 471 | 45 | 60 |
| Binary | 10101000 | 1001101 | 10010100 | 0 | 110110 | 1100 | 100010 | 100111001 | 100101 | 110000 |
Color Harmonies of #A84D94
Complementary color
Monochromatic Colors of #A84D94
Black with #A84D94
Text Example
Text Example
White with #A84D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D94; }
p { color: rgb(168,77,148); }
H1.HeaderClassName
{
color: #A84D94;
}
.AnyTagClassName
{
color: #A84D94;
}
</style>
background-color css
<style>
a { background-color: #A84D94; }
a { background-color: rgb(168,77,148); }
div.DivClassName
{
background-color: #A84D94;
}
.BgClassName
{
background-color: #A84D94;
}
</style>
border-color css
<style>
span { border-color: #A84D94; }
span { border-color: rgb(168,77,148); }
td.TdClassName
{
border-color: #A84D94;
}
.TagClassName
{
border-color: #A84D94;
}
</style>