Shades of Violet Blue #A6489B
Tints of Violet Blue #A6489B
RGB
CMYK
RGB Variations
Color information
#A6489B (or 0xA6489B) is known color: Violet Blue. HEX triplet: A6, 48 and 9B. RGB value is (166,72,155). Sum of RGB (Red+Green+Blue) = 166+72+155=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6489B is #59B764. Grayscale: #6D6D6D. Windows color (decimal): -5879653 or 10176678. OLE color: 10176678.
HSL color Cylindrical-coordinate representation of color #A6489B: hue angle of 307.02º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6489B is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 155 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.35 |
| HSL | 307.02º | 0.39% | 0.47% | - |
| HSV(B) | 307.02º | 0.57% | 0.65% | - |
| XYZ | 23.96 | 15.11 | 32.66 | - |
| YUV | 109.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 155 | 0 | 0.57 | 0.07 | 0.35 | 307.02 | 0.39 | 0.47 |
| Hex | A6 | 48 | 9B | 0 | 39 | 7 | 23 | 133 | 27 | 2F |
| Octal | 246 | 110 | 233 | 0 | 71 | 7 | 43 | 463 | 47 | 57 |
| Binary | 10100110 | 1001000 | 10011011 | 0 | 111001 | 111 | 100011 | 100110011 | 100111 | 101111 |
Color Harmonies of #A6489B
Complementary color
Monochromatic Colors of #A6489B
Black with #A6489B
Text Example
Text Example
White with #A6489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6489B; }
p { color: rgb(166,72,155); }
H1.HeaderClassName
{
color: #A6489B;
}
.AnyTagClassName
{
color: #A6489B;
}
</style>
background-color css
<style>
a { background-color: #A6489B; }
a { background-color: rgb(166,72,155); }
div.DivClassName
{
background-color: #A6489B;
}
.BgClassName
{
background-color: #A6489B;
}
</style>
border-color css
<style>
span { border-color: #A6489B; }
span { border-color: rgb(166,72,155); }
td.TdClassName
{
border-color: #A6489B;
}
.TagClassName
{
border-color: #A6489B;
}
</style>