Shades of Violet Blue #A46394
Tints of Violet Blue #A46394
RGB
CMYK
RGB Variations
Color information
#A46394 (or 0xA46394) is known color: Violet Blue. HEX triplet: A4, 63 and 94. RGB value is (164,99,148). Sum of RGB (Red+Green+Blue) = 164+99+148=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46394 is #5B9C6B. Grayscale: #7B7B7B. Windows color (decimal): -6003820 or 9724836. OLE color: 9724836.
HSL color Cylindrical-coordinate representation of color #A46394: hue angle of 314.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46394 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 148 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.36 |
| HSL | 314.77º | 0.26% | 0.52% | - |
| HSV(B) | 314.77º | 0.4% | 0.64% | - |
| XYZ | 25.12 | 18.95 | 30.35 | - |
| YUV | 124.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 148 | 0 | 0.40 | 0.10 | 0.36 | 314.77 | 0.26 | 0.52 |
| Hex | A4 | 63 | 94 | 0 | 28 | A | 24 | 13B | 1A | 34 |
| Octal | 244 | 143 | 224 | 0 | 50 | 12 | 44 | 473 | 32 | 64 |
| Binary | 10100100 | 1100011 | 10010100 | 0 | 101000 | 1010 | 100100 | 100111011 | 11010 | 110100 |
Color Harmonies of #A46394
Complementary color
Monochromatic Colors of #A46394
Black with #A46394
Text Example
Text Example
White with #A46394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46394; }
p { color: rgb(164,99,148); }
H1.HeaderClassName
{
color: #A46394;
}
.AnyTagClassName
{
color: #A46394;
}
</style>
background-color css
<style>
a { background-color: #A46394; }
a { background-color: rgb(164,99,148); }
div.DivClassName
{
background-color: #A46394;
}
.BgClassName
{
background-color: #A46394;
}
</style>
border-color css
<style>
span { border-color: #A46394; }
span { border-color: rgb(164,99,148); }
td.TdClassName
{
border-color: #A46394;
}
.TagClassName
{
border-color: #A46394;
}
</style>