Shades of Violet Blue #A46399
Tints of Violet Blue #A46399
RGB
CMYK
RGB Variations
Color information
#A46399 (or 0xA46399) is known color: Violet Blue. HEX triplet: A4, 63 and 99. RGB value is (164,99,153). Sum of RGB (Red+Green+Blue) = 164+99+153=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A46399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46399 is #5B9C66. Grayscale: #7C7C7C. Windows color (decimal): -6003815 or 10052516. OLE color: 10052516.
HSL color Cylindrical-coordinate representation of color #A46399: hue angle of 310.15º 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 #A46399 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 153 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.36 |
| HSL | 310.15º | 0.26% | 0.52% | - |
| HSV(B) | 310.15º | 0.4% | 0.64% | - |
| XYZ | 25.52 | 19.12 | 32.48 | - |
| YUV | 124.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 153 | 0 | 0.40 | 0.07 | 0.36 | 310.15 | 0.26 | 0.52 |
| Hex | A4 | 63 | 99 | 0 | 28 | 7 | 24 | 136 | 1A | 34 |
| Octal | 244 | 143 | 231 | 0 | 50 | 7 | 44 | 466 | 32 | 64 |
| Binary | 10100100 | 1100011 | 10011001 | 0 | 101000 | 111 | 100100 | 100110110 | 11010 | 110100 |
Color Harmonies of #A46399
Complementary color
Monochromatic Colors of #A46399
Black with #A46399
Text Example
Text Example
White with #A46399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46399; }
p { color: rgb(164,99,153); }
H1.HeaderClassName
{
color: #A46399;
}
.AnyTagClassName
{
color: #A46399;
}
</style>
background-color css
<style>
a { background-color: #A46399; }
a { background-color: rgb(164,99,153); }
div.DivClassName
{
background-color: #A46399;
}
.BgClassName
{
background-color: #A46399;
}
</style>
border-color css
<style>
span { border-color: #A46399; }
span { border-color: rgb(164,99,153); }
td.TdClassName
{
border-color: #A46399;
}
.TagClassName
{
border-color: #A46399;
}
</style>