Shades of Violet Blue #A46496
Tints of Violet Blue #A46496
RGB
CMYK
RGB Variations
Color information
#A46496 (or 0xA46496) is known color: Violet Blue. HEX triplet: A4, 64 and 96. RGB value is (164,100,150). Sum of RGB (Red+Green+Blue) = 164+100+150=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A46496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46496 is #5B9B69. Grayscale: #7C7C7C. Windows color (decimal): -6003562 or 9856164. OLE color: 9856164.
HSL color Cylindrical-coordinate representation of color #A46496: hue angle of 313.12º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46496 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 150 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.36 |
| HSL | 313.13º | 0.26% | 0.52% | - |
| HSV(B) | 313.13º | 0.39% | 0.64% | - |
| XYZ | 25.37 | 19.21 | 31.22 | - |
| YUV | 124.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 150 | 0 | 0.39 | 0.09 | 0.36 | 313.13 | 0.26 | 0.52 |
| Hex | A4 | 64 | 96 | 0 | 27 | 9 | 24 | 139 | 1A | 34 |
| Octal | 244 | 144 | 226 | 0 | 47 | 11 | 44 | 471 | 32 | 64 |
| Binary | 10100100 | 1100100 | 10010110 | 0 | 100111 | 1001 | 100100 | 100111001 | 11010 | 110100 |
Color Harmonies of #A46496
Complementary color
Monochromatic Colors of #A46496
Black with #A46496
Text Example
Text Example
White with #A46496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46496; }
p { color: rgb(164,100,150); }
H1.HeaderClassName
{
color: #A46496;
}
.AnyTagClassName
{
color: #A46496;
}
</style>
background-color css
<style>
a { background-color: #A46496; }
a { background-color: rgb(164,100,150); }
div.DivClassName
{
background-color: #A46496;
}
.BgClassName
{
background-color: #A46496;
}
</style>
border-color css
<style>
span { border-color: #A46496; }
span { border-color: rgb(164,100,150); }
td.TdClassName
{
border-color: #A46496;
}
.TagClassName
{
border-color: #A46496;
}
</style>