Shades of Violet Blue #A46FAE
Tints of Violet Blue #A46FAE
RGB
CMYK
RGB Variations
Color information
#A46FAE (or 0xA46FAE) is known color: Violet Blue. HEX triplet: A4, 6F and AE. RGB value is (164,111,174). Sum of RGB (Red+Green+Blue) = 164+111+174=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FAE is #5B9051. Grayscale: #858585. Windows color (decimal): -6000722 or 11431844. OLE color: 11431844.
HSL color Cylindrical-coordinate representation of color #A46FAE: hue angle of 290.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A46FAE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 111 | 174 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.32 |
| HSL | 290.48º | 0.28% | 0.56% | - |
| HSV(B) | 290.48º | 0.36% | 0.68% | - |
| XYZ | 28.63 | 22.32 | 42.84 | - |
| YUV | 134.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 174 | 0.06 | 0.36 | 0 | 0.32 | 290.48 | 0.28 | 0.56 |
| Hex | A4 | 6F | AE | 6 | 24 | 0 | 20 | 122 | 1C | 38 |
| Octal | 244 | 157 | 256 | 6 | 44 | 0 | 40 | 442 | 34 | 70 |
| Binary | 10100100 | 1101111 | 10101110 | 110 | 100100 | 0 | 100000 | 100100010 | 11100 | 111000 |
Color Harmonies of #A46FAE
Complementary color
Monochromatic Colors of #A46FAE
Black with #A46FAE
Text Example
Text Example
White with #A46FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FAE; }
p { color: rgb(164,111,174); }
H1.HeaderClassName
{
color: #A46FAE;
}
.AnyTagClassName
{
color: #A46FAE;
}
</style>
background-color css
<style>
a { background-color: #A46FAE; }
a { background-color: rgb(164,111,174); }
div.DivClassName
{
background-color: #A46FAE;
}
.BgClassName
{
background-color: #A46FAE;
}
</style>
border-color css
<style>
span { border-color: #A46FAE; }
span { border-color: rgb(164,111,174); }
td.TdClassName
{
border-color: #A46FAE;
}
.TagClassName
{
border-color: #A46FAE;
}
</style>