Shades of Violet Blue #A673A3
Tints of Violet Blue #A673A3
RGB
CMYK
RGB Variations
Color information
#A673A3 (or 0xA673A3) is known color: Violet Blue. HEX triplet: A6, 73 and A3. RGB value is (166,115,163). Sum of RGB (Red+Green+Blue) = 166+115+163=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A673A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673A3 is #598C5C. Grayscale: #878787. Windows color (decimal): -5868637 or 10711974. OLE color: 10711974.
HSL color Cylindrical-coordinate representation of color #A673A3: hue angle of 303.53º 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 #A673A3 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 163 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.35 |
| HSL | 303.53º | 0.22% | 0.55% | - |
| HSV(B) | 303.53º | 0.31% | 0.65% | - |
| XYZ | 28.47 | 23.01 | 37.59 | - |
| YUV | 135.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 163 | 0 | 0.31 | 0.02 | 0.35 | 303.53 | 0.22 | 0.55 |
| Hex | A6 | 73 | A3 | 0 | 1F | 2 | 23 | 130 | 16 | 37 |
| Octal | 246 | 163 | 243 | 0 | 37 | 2 | 43 | 460 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10100011 | 0 | 11111 | 10 | 100011 | 100110000 | 10110 | 110111 |
Color Harmonies of #A673A3
Complementary color
Monochromatic Colors of #A673A3
Black with #A673A3
Text Example
Text Example
White with #A673A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673A3; }
p { color: rgb(166,115,163); }
H1.HeaderClassName
{
color: #A673A3;
}
.AnyTagClassName
{
color: #A673A3;
}
</style>
background-color css
<style>
a { background-color: #A673A3; }
a { background-color: rgb(166,115,163); }
div.DivClassName
{
background-color: #A673A3;
}
.BgClassName
{
background-color: #A673A3;
}
</style>
border-color css
<style>
span { border-color: #A673A3; }
span { border-color: rgb(166,115,163); }
td.TdClassName
{
border-color: #A673A3;
}
.TagClassName
{
border-color: #A673A3;
}
</style>