Shades of Violet Blue #A6489C
Tints of Violet Blue #A6489C
RGB
CMYK
RGB Variations
Color information
#A6489C (or 0xA6489C) is known color: Violet Blue. HEX triplet: A6, 48 and 9C. RGB value is (166,72,156). Sum of RGB (Red+Green+Blue) = 166+72+156=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6489C is #59B763. Grayscale: #6D6D6D. Windows color (decimal): -5879652 or 10242214. OLE color: 10242214.
HSL color Cylindrical-coordinate representation of color #A6489C: hue angle of 306.38º 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 #A6489C is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 156 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.35 |
| HSL | 306.38º | 0.39% | 0.47% | - |
| HSV(B) | 306.38º | 0.57% | 0.65% | - |
| XYZ | 24.04 | 15.14 | 33.11 | - |
| YUV | 109.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 156 | 0 | 0.57 | 0.06 | 0.35 | 306.38 | 0.39 | 0.47 |
| Hex | A6 | 48 | 9C | 0 | 39 | 6 | 23 | 132 | 27 | 2F |
| Octal | 246 | 110 | 234 | 0 | 71 | 6 | 43 | 462 | 47 | 57 |
| Binary | 10100110 | 1001000 | 10011100 | 0 | 111001 | 110 | 100011 | 100110010 | 100111 | 101111 |
Color Harmonies of #A6489C
Complementary color
Monochromatic Colors of #A6489C
Black with #A6489C
Text Example
Text Example
White with #A6489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6489C; }
p { color: rgb(166,72,156); }
H1.HeaderClassName
{
color: #A6489C;
}
.AnyTagClassName
{
color: #A6489C;
}
</style>
background-color css
<style>
a { background-color: #A6489C; }
a { background-color: rgb(166,72,156); }
div.DivClassName
{
background-color: #A6489C;
}
.BgClassName
{
background-color: #A6489C;
}
</style>
border-color css
<style>
span { border-color: #A6489C; }
span { border-color: rgb(166,72,156); }
td.TdClassName
{
border-color: #A6489C;
}
.TagClassName
{
border-color: #A6489C;
}
</style>