Shades of Violet Blue #A46C9B
Tints of Violet Blue #A46C9B
RGB
CMYK
RGB Variations
Color information
#A46C9B (or 0xA46C9B) is known color: Violet Blue. HEX triplet: A4, 6C and 9B. RGB value is (164,108,155). Sum of RGB (Red+Green+Blue) = 164+108+155=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C9B is #5B9364. Grayscale: #818181. Windows color (decimal): -6001509 or 10185892. OLE color: 10185892.
HSL color Cylindrical-coordinate representation of color #A46C9B: hue angle of 309.64º 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 #A46C9B is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 155 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.36 |
| HSL | 309.64º | 0.24% | 0.53% | - |
| HSV(B) | 309.64º | 0.34% | 0.64% | - |
| XYZ | 26.59 | 20.98 | 33.66 | - |
| YUV | 130.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 155 | 0 | 0.34 | 0.05 | 0.36 | 309.64 | 0.24 | 0.53 |
| Hex | A4 | 6C | 9B | 0 | 22 | 5 | 24 | 136 | 18 | 35 |
| Octal | 244 | 154 | 233 | 0 | 42 | 5 | 44 | 466 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10011011 | 0 | 100010 | 101 | 100100 | 100110110 | 11000 | 110101 |
Color Harmonies of #A46C9B
Complementary color
Monochromatic Colors of #A46C9B
Black with #A46C9B
Text Example
Text Example
White with #A46C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C9B; }
p { color: rgb(164,108,155); }
H1.HeaderClassName
{
color: #A46C9B;
}
.AnyTagClassName
{
color: #A46C9B;
}
</style>
background-color css
<style>
a { background-color: #A46C9B; }
a { background-color: rgb(164,108,155); }
div.DivClassName
{
background-color: #A46C9B;
}
.BgClassName
{
background-color: #A46C9B;
}
</style>
border-color css
<style>
span { border-color: #A46C9B; }
span { border-color: rgb(164,108,155); }
td.TdClassName
{
border-color: #A46C9B;
}
.TagClassName
{
border-color: #A46C9B;
}
</style>