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