Shades of Violet Blue #A46C9F
Tints of Violet Blue #A46C9F
RGB
CMYK
RGB Variations
Color information
#A46C9F (or 0xA46C9F) is known color: Violet Blue. HEX triplet: A4, 6C and 9F. RGB value is (164,108,159). Sum of RGB (Red+Green+Blue) = 164+108+159=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C9F is #5B9360. Grayscale: #828282. Windows color (decimal): -6001505 or 10448036. OLE color: 10448036.
HSL color Cylindrical-coordinate representation of color #A46C9F: hue angle of 305.36º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C9F is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 159 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.36 |
| HSL | 305.36º | 0.24% | 0.53% | - |
| HSV(B) | 305.36º | 0.34% | 0.64% | - |
| XYZ | 26.93 | 21.12 | 35.46 | - |
| YUV | 130.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 159 | 0 | 0.34 | 0.03 | 0.36 | 305.36 | 0.24 | 0.53 |
| Hex | A4 | 6C | 9F | 0 | 22 | 3 | 24 | 131 | 18 | 35 |
| Octal | 244 | 154 | 237 | 0 | 42 | 3 | 44 | 461 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10011111 | 0 | 100010 | 11 | 100100 | 100110001 | 11000 | 110101 |
Color Harmonies of #A46C9F
Complementary color
Monochromatic Colors of #A46C9F
Black with #A46C9F
Text Example
Text Example
White with #A46C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C9F; }
p { color: rgb(164,108,159); }
H1.HeaderClassName
{
color: #A46C9F;
}
.AnyTagClassName
{
color: #A46C9F;
}
</style>
background-color css
<style>
a { background-color: #A46C9F; }
a { background-color: rgb(164,108,159); }
div.DivClassName
{
background-color: #A46C9F;
}
.BgClassName
{
background-color: #A46C9F;
}
</style>
border-color css
<style>
span { border-color: #A46C9F; }
span { border-color: rgb(164,108,159); }
td.TdClassName
{
border-color: #A46C9F;
}
.TagClassName
{
border-color: #A46C9F;
}
</style>