Shades of Violet Blue #A446A6
Tints of Violet Blue #A446A6
RGB
CMYK
RGB Variations
Color information
#A446A6 (or 0xA446A6) is known color: Violet Blue. HEX triplet: A4, 46 and A6. RGB value is (164,70,166). Sum of RGB (Red+Green+Blue) = 164+70+166=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #A446A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446A6 is #5BB959. Grayscale: #6C6C6C. Windows color (decimal): -6011226 or 10897060. OLE color: 10897060.
HSL color Cylindrical-coordinate representation of color #A446A6: hue angle of 298.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A446A6 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 70 | 166 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.35 |
| HSL | 298.75º | 0.41% | 0.46% | - |
| HSV(B) | 298.75º | 0.58% | 0.65% | - |
| XYZ | 24.38 | 15.03 | 37.69 | - |
| YUV | 109.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 166 | 0.01 | 0.58 | 0 | 0.35 | 298.75 | 0.41 | 0.46 |
| Hex | A4 | 46 | A6 | 1 | 3A | 0 | 23 | 12B | 29 | 2E |
| Octal | 244 | 106 | 246 | 1 | 72 | 0 | 43 | 453 | 51 | 56 |
| Binary | 10100100 | 1000110 | 10100110 | 1 | 111010 | 0 | 100011 | 100101011 | 101001 | 101110 |
Color Harmonies of #A446A6
Complementary color
Monochromatic Colors of #A446A6
Black with #A446A6
Text Example
Text Example
White with #A446A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446A6; }
p { color: rgb(164,70,166); }
H1.HeaderClassName
{
color: #A446A6;
}
.AnyTagClassName
{
color: #A446A6;
}
</style>
background-color css
<style>
a { background-color: #A446A6; }
a { background-color: rgb(164,70,166); }
div.DivClassName
{
background-color: #A446A6;
}
.BgClassName
{
background-color: #A446A6;
}
</style>
border-color css
<style>
span { border-color: #A446A6; }
span { border-color: rgb(164,70,166); }
td.TdClassName
{
border-color: #A446A6;
}
.TagClassName
{
border-color: #A446A6;
}
</style>