Shades of Violet Blue #A673A2
Tints of Violet Blue #A673A2
RGB
CMYK
RGB Variations
Color information
#A673A2 (or 0xA673A2) is known color: Violet Blue. HEX triplet: A6, 73 and A2. RGB value is (166,115,162). Sum of RGB (Red+Green+Blue) = 166+115+162=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A673A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673A2 is #598C5D. Grayscale: #878787. Windows color (decimal): -5868638 or 10646438. OLE color: 10646438.
HSL color Cylindrical-coordinate representation of color #A673A2: hue angle of 304.71º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A673A2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 162 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.35 |
| HSL | 304.71º | 0.22% | 0.55% | - |
| HSV(B) | 304.71º | 0.31% | 0.65% | - |
| XYZ | 28.38 | 22.98 | 37.12 | - |
| YUV | 135.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 162 | 0 | 0.31 | 0.02 | 0.35 | 304.71 | 0.22 | 0.55 |
| Hex | A6 | 73 | A2 | 0 | 1F | 2 | 23 | 131 | 16 | 37 |
| Octal | 246 | 163 | 242 | 0 | 37 | 2 | 43 | 461 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10100010 | 0 | 11111 | 10 | 100011 | 100110001 | 10110 | 110111 |
Color Harmonies of #A673A2
Complementary color
Monochromatic Colors of #A673A2
Black with #A673A2
Text Example
Text Example
White with #A673A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673A2; }
p { color: rgb(166,115,162); }
H1.HeaderClassName
{
color: #A673A2;
}
.AnyTagClassName
{
color: #A673A2;
}
</style>
background-color css
<style>
a { background-color: #A673A2; }
a { background-color: rgb(166,115,162); }
div.DivClassName
{
background-color: #A673A2;
}
.BgClassName
{
background-color: #A673A2;
}
</style>
border-color css
<style>
span { border-color: #A673A2; }
span { border-color: rgb(166,115,162); }
td.TdClassName
{
border-color: #A673A2;
}
.TagClassName
{
border-color: #A673A2;
}
</style>