Shades of Violet Blue #A673A0
Tints of Violet Blue #A673A0
RGB
CMYK
RGB Variations
Color information
#A673A0 (or 0xA673A0) is known color: Violet Blue. HEX triplet: A6, 73 and A0. RGB value is (166,115,160). Sum of RGB (Red+Green+Blue) = 166+115+160=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A673A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673A0 is #598C5F. Grayscale: #878787. Windows color (decimal): -5868640 or 10515366. OLE color: 10515366.
HSL color Cylindrical-coordinate representation of color #A673A0: hue angle of 307.06º 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 #A673A0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 160 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.35 |
| HSL | 307.06º | 0.22% | 0.55% | - |
| HSV(B) | 307.06º | 0.31% | 0.65% | - |
| XYZ | 28.2 | 22.91 | 36.19 | - |
| YUV | 135.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 160 | 0 | 0.31 | 0.04 | 0.35 | 307.06 | 0.22 | 0.55 |
| Hex | A6 | 73 | A0 | 0 | 1F | 4 | 23 | 133 | 16 | 37 |
| Octal | 246 | 163 | 240 | 0 | 37 | 4 | 43 | 463 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10100000 | 0 | 11111 | 100 | 100011 | 100110011 | 10110 | 110111 |
Color Harmonies of #A673A0
Complementary color
Monochromatic Colors of #A673A0
Black with #A673A0
Text Example
Text Example
White with #A673A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A673A0; }
p { color: rgb(166,115,160); }
H1.HeaderClassName
{
color: #A673A0;
}
.AnyTagClassName
{
color: #A673A0;
}
</style>
background-color css
<style>
a { background-color: #A673A0; }
a { background-color: rgb(166,115,160); }
div.DivClassName
{
background-color: #A673A0;
}
.BgClassName
{
background-color: #A673A0;
}
</style>
border-color css
<style>
span { border-color: #A673A0; }
span { border-color: rgb(166,115,160); }
td.TdClassName
{
border-color: #A673A0;
}
.TagClassName
{
border-color: #A673A0;
}
</style>